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

Commit 0833f4f7 authored by MKrzak's avatar MKrzak
Browse files
Fixes issue 3530 (http://code.google.com/p/cyanogenmod/issues/detail?id=3530) - allow FontScaling setting persist.

Change-Id: If0e5eaca3ffde6140ad6d05243aa6272519b33be
parent 414d4864
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -311,7 +311,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
     * Set this object to the system defaults.
     * Set this object to the system defaults.
     */
     */
    public void setToDefaults() {
    public void setToDefaults() {
        fontScale = 1;
        fontScale = 0;
        mcc = mnc = 0;
        mcc = mnc = 0;
        locale = null;
        locale = null;
        userSetLocale = false;
        userSetLocale = false;