mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 05:35:44 +00:00
Fix collapsed keyboard inset.
This commit is contained in:
committed by
jeffrey-signal
parent
17e7b1735f
commit
9ddc914cac
@@ -182,9 +182,9 @@ open class InsetAwareConstraintLayout @JvmOverloads constructor(
|
||||
}
|
||||
} else if (!overridingKeyboard) {
|
||||
if (!keyboardAnimator.animating) {
|
||||
keyboardGuideline?.setGuidelineEnd(windowInsets.bottom)
|
||||
keyboardGuideline?.setGuidelineEnd(navigationBar)
|
||||
} else {
|
||||
keyboardAnimator.endingGuidelineEnd = windowInsets.bottom
|
||||
keyboardAnimator.endingGuidelineEnd = navigationBar
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user