Merge pull request #108 from TouchInstinct/fix/keyboard-nav-bar

Fixed nav. bar
This commit is contained in:
Aksenov Vladimir 2019-11-26 11:01:06 +03:00 committed by GitHub
commit 0e1a0684fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class KeyboardBehaviorDetector(
if (startNavigationBarHeight == -1) startNavigationBarHeight = bottomInset
windowInsets
ViewCompat.onApplyWindowInsets(view, windowInsets)
}
ViewCompat.requestApplyInsets(view)
}