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

Commit 0bd1b8e2 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Fix a lint error in getSortedInputMethodAndSubtypeList()" into main

parents fe58160c 0e841f2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ final class InputMethodSubtypeSwitchingController {

        final ArrayList<InputMethodInfo> imis = settings.getEnabledInputMethodListLocked();
        if (imis.isEmpty()) {
            return Collections.emptyList();
            return new ArrayList<>();
        }
        if (isScreenLocked && includeAuxiliarySubtypes) {
            if (DEBUG) {