Merge pull request #108 from TouchInstinct/fix/keyboard-nav-bar
Fixed nav. bar
This commit is contained in:
commit
0e1a0684fc
|
|
@ -43,7 +43,7 @@ class KeyboardBehaviorDetector(
|
|||
|
||||
if (startNavigationBarHeight == -1) startNavigationBarHeight = bottomInset
|
||||
|
||||
windowInsets
|
||||
ViewCompat.onApplyWindowInsets(view, windowInsets)
|
||||
}
|
||||
ViewCompat.requestApplyInsets(view)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue