mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Break up nasa search results
+ replace IME feature flag launcher setting Test: Manual Bug: 178638266 Change-Id: Id013cd247cfa2b33cdf62ee3239ad1bacc35b5da
This commit is contained in:
@@ -262,7 +262,6 @@ public abstract class AbstractStateChangeTouchController
|
||||
mFlingBlockCheck.unblockFling();
|
||||
// Must be called after all the animation controllers have been paused
|
||||
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()
|
||||
&& !FeatureFlags.DISABLE_INITIAL_IME_IN_ALLAPPS.get()
|
||||
&& BuildCompat.isAtLeastR()
|
||||
&& (mToState == ALL_APPS || mToState == NORMAL)) {
|
||||
mLauncher.getAllAppsController().getInsetController().onDragStart(
|
||||
|
||||
Reference in New Issue
Block a user