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

Commit b38e3335 authored by lindatseng's avatar lindatseng
Browse files

Update Model pref subtext to remove redundant prefix

Remove "Model: " prefix from the description of Model pref in
About phone > Model & hardware > Model

Test: Visual veridication
Fixes: 128622275
Change-Id: I8fb077809e13fded0370271e899163a7f4103f98
parent e0f24e6f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -39,4 +39,9 @@ public class DeviceModelPreferenceController extends HardwareInfoPreferenceContr
    public boolean isSliceable() {
        return true;
    }

    @Override
    public CharSequence getSummary() {
        return HardwareInfoPreferenceController.getDeviceModel();
    }
}