Revert "The big keyguard transition refactor (1.1/n)"

This reverts commit a3b50cc1ba.

Change-Id: I6db7d00d671556084d4903803c7d180ad7d091ca
Fixes: 32598209
This commit is contained in:
Jorim Jaggi
2016-11-02 20:33:32 +00:00
parent a3b50cc1ba
commit c0c583c2cd

View File

@@ -77,7 +77,7 @@ public class FallbackHome extends Activity {
| View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION);
}
registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_PRESENT));
registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED));
maybeFinish();
}