Fix issue #1136 - Top bar coloring at scroll for conversations

This commit is contained in:
Thomas 2025-03-27 15:14:28 +01:00
parent f2ad02bbda
commit f3ae0a6cea
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
app:liftOnScroll="false"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:fitsSystemWindows="true"

View file

@ -31,6 +31,7 @@
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBar"
app:liftOnScroll="false"
android:layout_width="match_parent"
android:layout_height="wrap_content">