diff options
author | Adrian Roos <roosa@google.com> | 2014-07-14 22:53:54 +0200 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2014-07-15 15:43:31 +0200 |
commit | 1ef80fe5905a19cf92f073163c187a96287335e4 (patch) | |
tree | 822525402096d76e87d3d739754ff7e1e9d8f2ce /packages/SystemUI/src/com/android/systemui/settings | |
parent | 5f1652c285e3842242909090956ab532fa3d801c (diff) | |
download | frameworks_base-1ef80fe5905a19cf92f073163c187a96287335e4.zip frameworks_base-1ef80fe5905a19cf92f073163c187a96287335e4.tar.gz frameworks_base-1ef80fe5905a19cf92f073163c187a96287335e4.tar.bz2 |
Make user switcher appear inside the QS panel
Bug: 15545213
Change-Id: I0f15214a7474ae5303c3af0b7ef6f6a11be572b8
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/settings')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/settings/UserSwitcherHostView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/settings/UserSwitcherHostView.java b/packages/SystemUI/src/com/android/systemui/settings/UserSwitcherHostView.java index a3b10f2..a5c5862 100644 --- a/packages/SystemUI/src/com/android/systemui/settings/UserSwitcherHostView.java +++ b/packages/SystemUI/src/com/android/systemui/settings/UserSwitcherHostView.java @@ -90,6 +90,7 @@ public class UserSwitcherHostView extends FrameLayout mListView = (ListView) findViewById(android.R.id.list); mListView.setAdapter(mAdapter); mListView.setOnItemClickListener(this); + refreshUsers(); } @Override |