Skip to content

Commit 2fd6cb0

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Fixing the build" into jb-mr1-dev
2 parents b32e221 + 0631585 commit 2fd6cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private void startSettingsActivity(Intent intent, boolean onlyProvisioned) {
228228
}
229229
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
230230
mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
231-
getService().animateCollapse();
231+
getService().animateCollapseNotifications();
232232
}
233233

234234
private void addUserTiles(ViewGroup parent, LayoutInflater inflater) {

0 commit comments

Comments
 (0)