Fixed keyboard variable
This commit is contained in:
parent
a0bdc1518d
commit
dcfb62ef3e
|
|
@ -36,7 +36,7 @@ abstract class BaseActivity : AppCompatActivity() {
|
|||
|
||||
private val onBackPressedListeners = ArrayList<OnBackPressedListener>()
|
||||
|
||||
open val keyboardBehaviorDetector: KeyboardBehaviorDetector? = null
|
||||
var keyboardBehaviorDetector: KeyboardBehaviorDetector? = null
|
||||
|
||||
init {
|
||||
lifecycle.addObserver(LifecycleLoggingObserver(this))
|
||||
|
|
|
|||
Loading…
Reference in New Issue