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

Commit 87700259 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fixes issue 3530...

Merge "Fixes issue 3530 (http://code.google.com/p/cyanogenmod/issues/detail?id=3530) - allow FontScaling setting persist." into gingerbread
parents d05ae408 0833f4f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
     * Set this object to the system defaults.
     */
    public void setToDefaults() {
        fontScale = 1;
        fontScale = 0;
        mcc = mnc = 0;
        locale = null;
        userSetLocale = false;