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

Commit a3b50cc1 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

The big keyguard transition refactor (1.1/n)

Make sure to dismiss FALLBACK_HOME after we are fully unlocked, or
else AM will be waiting for the actual home to be visible before
unlocking.

Change-Id: I2f47ba1ff8f07e871be0d7187714aae5b81e9334
parent d7359a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ public class FallbackHome extends Activity {
                    | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION);
        }

        registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED));
        registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_PRESENT));
        maybeFinish();
    }