Merge pull request #75 from TouchInstinct/bugfix/fix-keyboard-behavior-detector
fix insets after unblock phone
This commit is contained in:
commit
095e21da44
|
|
@ -42,6 +42,7 @@ class KeyboardBehaviorDetector(
|
|||
|
||||
windowInsets
|
||||
}
|
||||
ViewCompat.requestApplyInsets(view)
|
||||
}
|
||||
|
||||
// Call this in "onPause()" of a fragment
|
||||
|
|
|
|||
Loading…
Reference in New Issue