Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4e682db authored by wilsonshih's avatar wilsonshih Committed by android-build-merger
Browse files

Fix SecondaryLauncher crash when started.

am: d7169342

Change-Id: I2f683c72462e457429852fa76b904cedd95d1c48
parents 70599953 d7169342
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
-->

<resources>
    <style name="SecondaryLauncherTheme" parent="Theme.AppCompat.Light.NoActionBar" >
    <style name="SecondaryLauncherTheme" parent="Theme.MaterialComponents.NoActionBar" >
        <item name="android:windowShowWallpaper">true</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsTranslucent">true</item>