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

Commit faea1156 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Revert "Fixes issue 3530...

Revert "Fixes issue 3530 (http://code.google.com/p/cyanogenmod/issues/detail?id=3530) - allow FontScaling setting persist."

This reverts commit 0833f4f7.

It works and all, but sets the default to extra-ultra-unreadable-tiny if the user
never set a font scale in the first place
parent 87700259
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 = 0;
        fontScale = 1;
        mcc = mnc = 0;
        locale = null;
        userSetLocale = false;