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

Commit 2b2d30d0 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Enable watch rotary scroll on IME Switcher menu" into main

parents 092b2c98 c5fa253c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -140,6 +140,8 @@ final class InputMethodMenuControllerNew {
        // Indicate that the list can be scrolled.
        recyclerView.setScrollIndicators(
                hasLanguageSettingsButton ? View.SCROLL_INDICATOR_BOTTOM : 0);
        // Request focus to enable rotary scrolling on watches.
        recyclerView.requestFocus();

        builder.setOnCancelListener(dialog -> hide(displayId, userId));
        mMenuItems = items;