Eliminate NestedScrollView from SettingsActivity

This commit is contained in:
Sebastian Kürten
2020-12-03 19:24:18 +01:00
committed by Torsten Grote
parent 3d303ccad5
commit 4fa9d654b5

View File

@@ -73,16 +73,11 @@
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView
<fragment
app:layout_behavior="@string/appbar_scrolling_view_behavior"
android:id="@+id/fragment"
android:name="org.briarproject.briar.android.settings.SettingsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<fragment
android:id="@+id/fragment"
android:name="org.briarproject.briar.android.settings.SettingsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.core.widget.NestedScrollView>
android:layout_height="match_parent" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>