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

Commit 64bbaa8a authored by tibbi's avatar tibbi
Browse files

show the Save button after changing the theme

parent 24dfaeb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.0.20'
        propVersionName = '3.0.21'
        kotlin_version = '1.2.0'
        support_libs = '27.0.2'
    }
+2 −0
Original line number Diff line number Diff line
@@ -165,6 +165,8 @@ class CustomizationActivity : BaseSimpleActivity() {
            }
        }

        hasUnsavedChanges = true
        invalidateOptionsMenu()
        updateTextColors(customization_holder, curTextColor)
        updateBackgroundColor(curBackgroundColor)
        updateActionbarColor(curPrimaryColor)