Merge "Show ripple on toggle" into pi-dev
am: 1d75ae7476
Change-Id: I5ab0afe655e04fc5be9d0cd0ca64c260a9864d73
This commit is contained in:
@@ -213,7 +213,7 @@ public class VolumeDialogImpl implements VolumeDialog {
|
||||
.setInterpolator(new SystemUIInterpolators.LogDecelerateInterpolator())
|
||||
.withEndAction(() -> {
|
||||
mWindow.getDecorView().requestAccessibilityFocus();
|
||||
if (!Prefs.getBoolean(mContext, Prefs.Key.TOUCHED_RINGER_TOGGLE, true)) {
|
||||
if (!Prefs.getBoolean(mContext, Prefs.Key.TOUCHED_RINGER_TOGGLE, false)) {
|
||||
mRingerIcon.postOnAnimationDelayed(mSinglePress, 1500);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user