You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-08-01 18:06:54 +03:00
Fix regression on timeline for thread.
This commit is contained in:
committed by
Benoit Marty
parent
82317bf2bc
commit
3f22ddb065
@ -411,8 +411,7 @@ class TimelineFragment :
|
||||
}
|
||||
|
||||
ViewCompat.setOnApplyWindowInsetsListener(views.coordinatorLayout) { _, insets ->
|
||||
val imeInsets = insets.getInsets(WindowInsetsCompat.Type.ime() or WindowInsetsCompat.Type.systemBars())
|
||||
views.appBarLayout.updatePadding(top = imeInsets.top)
|
||||
val imeInsets = insets.getInsets(WindowInsetsCompat.Type.ime())
|
||||
views.voiceMessageRecorderContainer.updatePadding(bottom = imeInsets.bottom)
|
||||
insets
|
||||
}
|
||||
|
Reference in New Issue
Block a user