Cleanup LawnchairApp
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ public class StatusBarTouchController implements TouchController {
|
||||
}
|
||||
|
||||
private void vibrate() {
|
||||
if (!LawnchairAppKt.getLawnchairApp(mLauncher).getVibrateOnIconAnimation()) {
|
||||
if (!LawnchairAppKt.getLawnchairApp(mLauncher).isVibrateOnIconAnimation()) {
|
||||
VibratorWrapper.INSTANCE.get(mLauncher).vibrate(VibratorWrapper.OVERVIEW_HAPTIC);
|
||||
}
|
||||
}
|
||||
@@ -203,4 +203,4 @@ public class StatusBarTouchController implements TouchController {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user