summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/app/src/main/res/layout/fragment_compose.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/app/src/main/res/layout/fragment_compose.xml b/android/app/src/main/res/layout/fragment_compose.xml
index 3417de83cb..a3a147d997 100644
--- a/android/app/src/main/res/layout/fragment_compose.xml
+++ b/android/app/src/main/res/layout/fragment_compose.xml
@@ -2,8 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".DeviceInactiveFragment">
+ android:layout_height="match_parent">
<androidx.compose.ui.platform.ComposeView android:id="@+id/compose_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />