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

This commit is contained in:
Jorim Jaggi
2016-11-02 02:14:12 +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);
}
registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED));
registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_PRESENT));
maybeFinish();
}