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

Commit fe75fc56 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix stack education showing every time"

parents c6924e68 a2b14a77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ class StackEducationView constructor(context: Context) : LinearLayout(context) {

    private fun setShouldShow(shouldShow: Boolean) {
        context.getSharedPreferences(context.packageName, Context.MODE_PRIVATE)
                .edit().putBoolean(PREF_MANAGED_EDUCATION, !shouldShow).apply()
                .edit().putBoolean(PREF_STACK_EDUCATION, !shouldShow).apply()
    }
}