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

Commit 09f07151 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Android (Google) Code Review
Browse files

Merge "Fix crash when doing on-screen home gesture while tutorial is open." into main

parents 08163247 5f635174
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -490,6 +490,7 @@
        <activity android:name=".touchpad.tutorial.ui.view.TouchpadTutorialActivity"
            android:exported="true"
            android:showForAllUsers="true"
            android:excludeFromRecents="true"
            android:theme="@style/Theme.AppCompat.NoActionBar">
            <intent-filter>
                <action android:name="com.android.systemui.action.TOUCHPAD_TUTORIAL"/>
@@ -500,6 +501,7 @@
        <activity android:name=".inputdevice.tutorial.ui.view.KeyboardTouchpadTutorialActivity"
            android:exported="true"
            android:showForAllUsers="true"
            android:excludeFromRecents="true"
            android:theme="@style/Theme.AppCompat.NoActionBar">
            <intent-filter>
                <action android:name="com.android.systemui.action.TOUCHPAD_KEYBOARD_TUTORIAL"/>