summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-05-13 22:13:26 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-13 22:13:27 +0000
commit645edef4834c2911386b659cc775840fb7479e01 (patch)
tree884357eaf58202c10695217ba404e6999c9af23d /packages/SystemUI
parent4d0f2afdc4332c28193d2d57a11f260150b0b4b3 (diff)
parent827e0facfefd0c0033dcfb1747b4fa6f80f9e0e2 (diff)
downloadframeworks_base-645edef4834c2911386b659cc775840fb7479e01.zip
frameworks_base-645edef4834c2911386b659cc775840fb7479e01.tar.gz
frameworks_base-645edef4834c2911386b659cc775840fb7479e01.tar.bz2
Merge "Make sure the app can draw a frame before unlocking" into mnc-dev
Diffstat (limited to 'packages/SystemUI')
-rw-r--r--packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
index 6479dc5..74962ec 100644
--- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
+++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
@@ -1335,7 +1335,7 @@ public class KeyguardViewMediator extends SystemUI {
// Don't actually hide the Keyguard at the moment, wait for window
// manager until it tells us it's safe to do so with
// startKeyguardExitAnimation.
- mWM.keyguardGoingAway(
+ ActivityManagerNative.getDefault().keyguardGoingAway(
mStatusBarKeyguardViewManager.shouldDisableWindowAnimationsForUnlock(),
mStatusBarKeyguardViewManager.isGoingToNotificationShade());
} catch (RemoteException e) {