We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82317bf commit 3f22ddbCopy full SHA for 3f22ddb
vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
@@ -411,8 +411,7 @@ class TimelineFragment :
411
}
412
413
ViewCompat.setOnApplyWindowInsetsListener(views.coordinatorLayout) { _, insets ->
414
- val imeInsets = insets.getInsets(WindowInsetsCompat.Type.ime() or WindowInsetsCompat.Type.systemBars())
415
- views.appBarLayout.updatePadding(top = imeInsets.top)
+ val imeInsets = insets.getInsets(WindowInsetsCompat.Type.ime())
416
views.voiceMessageRecorderContainer.updatePadding(bottom = imeInsets.bottom)
417
insets
418
0 commit comments