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

Commit b763e526 authored by Daniel Sandler's avatar Daniel Sandler Committed by Automerger Merge Worker
Browse files

Merge "Fix back gesture / keycode for the PlatLogoActivity" into udc-dev am: 77b71635

parents 5c0a97a9 77b71635
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7777,8 +7777,9 @@
                android:process=":ui">
        </activity>
        <activity android:name="com.android.internal.app.PlatLogoActivity"
                android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
                android:theme="@style/Theme.NoTitleBar.Fullscreen"
                android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
                android:enableOnBackInvokedCallback="true"
                android:icon="@drawable/platlogo"
                android:process=":ui">
        </activity>