Skip to content

Commit 0631585

Browse files
committed
Fixing the build
Change-Id: Ia3a7051bf26001da019b08d1b718d0a63d6c7919
1 parent 61ad1ba commit 0631585

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)