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

Commit 40eade14 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Merge from open-source master

Change-Id: Ie25bbfbf12fa8902d9ba82cf2d4ed4c60d439e39
parents 077bc4ac e1de3f39
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -341,10 +341,12 @@ public final class Pm {
        if (nonLocalized != null) {
            return nonLocalized.toString();
        }
        if (res != 0) {
            Resources r = getResources(pii);
            if (r != null) {
                return r.getString(res);
            }
        }
        return null;
    }