commit | 6ec66e9a661fe69d11682e7b017c89c411968669 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Apr 15 16:34:11 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Apr 15 16:38:34 2024 +0900 |
tree | f2e29865bd18e1ed12cec59ac252fd2f3d9b840c | |
parent | c3219d5f46a60ee2b8bc6f27cd63cda32c914881 [diff] |
VmLauncherApp: Fix runtime crash Bug: 334764561 Test: Start the app Change-Id: I48399bb50372ac546265e0480e518cad7da9e18b
diff --git a/vmlauncher_app/res/values/themes.xml b/vmlauncher_app/res/values/themes.xml index 395f089..c10b6d9 100644 --- a/vmlauncher_app/res/values/themes.xml +++ b/vmlauncher_app/res/values/themes.xml
@@ -8,7 +8,7 @@ @android:color/transparent </item> <item name="android:windowLayoutInDisplayCutoutMode"> - shortEdges + always </item> </style> </resources>