Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be61b073 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Android (Google) Code Review
Browse files

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

parents 791c9dbf f565d1ba
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;
    }
}