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

This commit is contained in:
Jorim Jaggi
2016-11-02 21:01:47 +00:00
committed by Android (Google) Code Review

View File

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