diff options
author | Adrian Roos <roosa@google.com> | 2014-07-28 15:58:50 +0200 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2014-07-28 17:02:59 +0200 |
commit | e32dac8ff151bd9d73f2b0f4e480849bb27e367a (patch) | |
tree | 9ef0a94757f269159e0387cc1ca9ed82cc323c78 /packages/Keyguard | |
parent | ea4f01070a9c8f5147eb228c413a84de78d98973 (diff) | |
download | frameworks_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.java | 1 |
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(); } }; |