diff options
| author | Albin <albin@mullvad.net> | 2023-02-17 18:55:35 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-02-23 10:07:27 +0100 |
| commit | 4efa76c08a190f53440c7b6ef9dd4ac08beea7ce (patch) | |
| tree | 87a58a1daf351d5f290899f06a6923ebab2b7c38 /android | |
| parent | 95192db40326e2fc698e74c38dc7eb9c33c35018 (diff) | |
| download | mullvadvpn-4efa76c08a190f53440c7b6ef9dd4ac08beea7ce.tar.xz mullvadvpn-4efa76c08a190f53440c7b6ef9dd4ac08beea7ce.zip | |
Fix compose fragment tooling
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/res/layout/fragment_compose.xml | 3 |
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" /> |
