mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge "No need to override the isImeEnabledOnSwipeUp flag in Launcher3." into tm-qpr-dev am: be61b0735c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20747431 Change-Id: Ib94faef03107f1ac6e199255248184308061110c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user