summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-07-28 15:58:50 +0200
committerAdrian Roos <roosa@google.com>2014-07-28 17:02:59 +0200
commite32dac8ff151bd9d73f2b0f4e480849bb27e367a (patch)
tree9ef0a94757f269159e0387cc1ca9ed82cc323c78 /packages/Keyguard
parentea4f01070a9c8f5147eb228c413a84de78d98973 (diff)
downloadframeworks_base-e32dac8ff151bd9d73f2b0f4e480849bb27e367a.zip
frameworks_base-e32dac8ff151bd9d73f2b0f4e480849bb27e367a.tar.gz
frameworks_base-e32dac8ff151bd9d73f2b0f4e480849bb27e367a.tar.bz2
Update KeyguardStatusView on user and alarm changes
Refreshes both owner info and the next alarm when the current user changes. Also updates the next alarm when it changes. Bug: 16531212 Change-Id: Ibc9de5d28b2cafd6946fc56602f12769d3526728
Diffstat (limited to 'packages/Keyguard')
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardStatusView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardStatusView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardStatusView.java
index ce673d3..daba0a2 100644
--- a/packages/Keyguard/src/com/android/keyguard/KeyguardStatusView.java
+++ b/packages/Keyguard/src/com/android/keyguard/KeyguardStatusView.java
@@ -75,6 +75,7 @@ public class KeyguardStatusView extends GridLayout {
@Override
public void onUserSwitchComplete(int userId) {
refresh();
+ updateOwnerInfo();
}
};