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

Commit 9f55ae28 authored by Vikram Aggarwal's avatar Vikram Aggarwal
Browse files

Fix crash due to lost activity.

Change-Id: I9d0c2941bf3d725c506b15a738e6ab41678d76d1
parent fe03081d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1351,7 +1351,7 @@
            </intent-filter>
        </activity>

        <activity android:name=".CryptKeeper$Blank"
        <activity android:name=".CryptKeeper$FadeToBlack"
            android:immersive="true"
            android:launchMode="singleTop"
            android:theme="@style/CryptKeeperBlankTheme"
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
    /**
     * Activity used to fade the screen to black after the password is entered.
     */
    private static class FadeToBlack extends Activity {
    public static class FadeToBlack extends Activity {
        @Override
        public void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);