Merge pull request #75 from TouchInstinct/bugfix/fix-keyboard-behavior-detector

fix insets after unblock phone
This commit is contained in:
Nitser 2019-09-16 15:34:01 +03:00 committed by GitHub
commit 095e21da44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class KeyboardBehaviorDetector(
windowInsets
}
ViewCompat.requestApplyInsets(view)
}
// Call this in "onPause()" of a fragment