Merge "No need to override the isImeEnabledOnSwipeUp flag in Launcher3." into tm-qpr-dev

This commit is contained in:
Holly Jiuyu Sun
2022-12-17 01:21:42 +00:00
committed by Android (Google) Code Review

View File

@@ -25,11 +25,4 @@ public class BaseSearchConfig {
public boolean isKeyboardSyncEnabled() {
return false;
}
/**
* Returns whether IME is enabled on swipe up.
*/
public boolean isImeEnabledOnSwipeUp() {
return false;
}
}