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

Commit 78761adf 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 8a1c8048 77b71635
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7751,8 +7751,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>