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

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

Merge "Update UI when TARE settings revert to default"

parents 2f28d8e3 9dc7f457
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ public class TareHomePage extends Activity {
        Toast.makeText(this, R.string.tare_settings_reverted_toast, Toast.LENGTH_LONG).show();
        Settings.Global.putString(getApplicationContext().getContentResolver(),
                Settings.Global.ENABLE_TARE, null);
        setEnabled(Settings.Global.DEFAULT_ENABLE_TARE == SETTING_VALUE_ON);
    }

    /** Opens up the AlarmManager TARE policy page with its factors to view and edit */