Merge pull request #7013 from vector-im/bugfix/eric/new-layout-sync-state

New Layout - Fixes sync state not being visible
This commit is contained in:
Eric Decanini 2022-09-05 21:18:48 +02:00 committed by GitHub
commit daacf35411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/currentCallsView">
app:layout_constraintTop_toBottomOf="@id/syncStateView">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBarLayout"