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

Commit 6b14b23a authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Fix the display name in the input method panel on tablet"

parents 5b8f29d0 209cf043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ public class InputMethodsPanel extends LinearLayout implements StatusBarPanel,

    private CharSequence getIMIName(InputMethodInfo imi) {
        if (imi == null) return null;
        return mPackageManager.getApplicationLabel(imi.getServiceInfo().applicationInfo);
        return imi.loadLabel(mPackageManager);
    }

    private CharSequence getSubtypeName(InputMethodInfo imi, InputMethodSubtype subtype) {