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

Commit 209cf043 authored by satok's avatar satok
Browse files

Fix the display name in the input method panel on tablet

Bug: 5103300
Change-Id: I20cec2bb822be6f15abfe4a21053c8eb8d48b9cc
parent 8da2a004
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) {