Skip to content

Commit 8cd4afb

Browse files
ateek-ujjawalRadiumBot
authored andcommitted
Fix build
Signed-off-by: W4TCH0UT <[email protected]> Signed-off-by: Team-Radium <[email protected]>
1 parent 88f78e6 commit 8cd4afb

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/SystemUI/src/com/android/systemui/qs/tiles/AirplaneModeTile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public void handleClick() {
6363
setEnabled(!mState.value);
6464
// mEnable.setAllowAnimation(true);
6565
// mDisable.setAllowAnimation(true);
66-
qsCollapsePanel();
6766
}
6867

6968
@Override

packages/SystemUI/src/com/android/systemui/qs/tiles/ColorInversionTile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ protected void handleClick() {
9090
mSetting.setValue(mState.value ? 0 : 1);
9191
// mEnable.setAllowAnimation(true);
9292
// mDisable.setAllowAnimation(true);
93-
qsCollapsePanel();
9493
}
9594

9695
@Override

packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ protected void handleClick() {
7676
mController.setHotspotEnabled(!isEnabled);
7777
// mEnable.setAllowAnimation(true);
7878
// mDisable.setAllowAnimation(true);
79-
qsCollapsePanel();
8079
}
8180

8281
@Override

packages/SystemUI/src/com/android/systemui/qs/tiles/LocationTile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ protected void handleClick() {
110110
// mEnable.setAllowAnimation(false);
111111
// mDisable.setAllowAnimation(false);
112112
showDetail(true);
113-
qsCollapsePanel();
114113
}
115114
}
116115

0 commit comments

Comments
 (0)