Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ class QuickSettings { } intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT)); getService().animateCollapse(); getService().animateCollapseNotifications(); } private void addUserTiles(ViewGroup parent, LayoutInflater inflater) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ class QuickSettings { } intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT)); getService().animateCollapse(); getService().animateCollapseNotifications(); } private void addUserTiles(ViewGroup parent, LayoutInflater inflater) { Loading