Merge "Play original haptic when feature flag is off. Rename feature flag" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c1e12fc150
+1
-1
@@ -191,7 +191,7 @@ public class NoButtonNavbarToOverviewTouchController extends PortraitStatesTouch
|
||||
// need to manually set the duration to a reasonable value.
|
||||
animator.setDuration(HINT_STATE.getTransitionDuration(mLauncher, true /* isToState */));
|
||||
}
|
||||
if (FeatureFlags.ENABLE_HAPTICS_ALL_APPS.get() &&
|
||||
if (FeatureFlags.ENABLE_PREMIUM_HAPTICS_ALL_APPS.get() &&
|
||||
((mFromState == NORMAL && mToState == ALL_APPS)
|
||||
|| (mFromState == ALL_APPS && mToState == NORMAL)) && isFling) {
|
||||
mVibratorWrapper.vibrateForDragBump();
|
||||
|
||||
Reference in New Issue
Block a user