Fixes sync state not visible in new layout

This commit is contained in:
ericdecanini 2022-09-05 17:46:17 +02:00
parent b37996e4c3
commit 896895b43e

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"