mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
No need to override the isImeEnabledOnSwipeUp flag in Launcher3.
It's only used in NexusLauncher now. Bug: 262729669 Test: manual Change-Id: Ic145d7ad007ec314974713b6c4bf880d55607cf7
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