goweii / AnyLayer

Android稳定高效的浮层创建管理框架
https://github.com/goweii/AnyLayer
Apache License 2.0
993 stars 114 forks source link

compatSoftInput概率性出现将DialogLayer移动过于高的问题 #34

Closed HarveyLee1228 closed 3 years ago

HarveyLee1228 commented 3 years ago

我的用法
mDialog?.onVisibleChangeListener(object : Layer.OnVisibleChangeListener { override fun onShow(layer: Layer) { (layer as DialogLayer).compatSoftInput(true, etNote) }

        override fun onDismiss(layer: Layer) {
            (layer as DialogLayer).removeSoftInput()
        }
    })

场景是一个底部弹出且始终处于底部的浮层,浮层内部一个输入框一个按钮。

goweii commented 3 years ago

4.1.3已修复