summaryrefslogtreecommitdiff
path: root/res/layout/permissions_frame.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/permissions_frame.xml')
-rw-r--r--res/layout/permissions_frame.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/permissions_frame.xml b/res/layout/permissions_frame.xml
index 70a89752c..4b752616c 100644
--- a/res/layout/permissions_frame.xml
+++ b/res/layout/permissions_frame.xml
@@ -26,11 +26,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <androidx.core.widget.NestedScrollView
- android:id="@+id/nested_scroll_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
<LinearLayout
android:id="@+id/prefs_container"
android:layout_width="match_parent"
@@ -43,8 +38,6 @@
</LinearLayout>
- </androidx.core.widget.NestedScrollView>
-
<include layout="@layout/loading_container" />
</FrameLayout>