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

Commit 8d752771 authored by Ming-Shin Lu's avatar Ming-Shin Lu Committed by Automerger Merge Worker
Browse files

Remove hideCurrentInputMethod from RecentsAnimationController am: 4a48cf78

parents f853e1a8 4a48cf78
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -220,7 +220,6 @@ public class RecentsAnimationController {
     */
    public void enableInputConsumer() {
        UI_HELPER_EXECUTOR.submit(() -> {
            mController.hideCurrentInputMethod();
            mController.setInputConsumerEnabled(true);
        });
    }