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

Commit 6053036f authored by Aayush Gupta's avatar Aayush Gupta Committed by Rohit Sekhar
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4ed8cc1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public class SystemDashboardFragment extends DashboardFragment {

        final PreferenceScreen screen = getPreferenceScreen();

        // Remove backup options if we are on a test build
        // Remove backup options if we are not on a test build
        if (!Build.TAGS.equalsIgnoreCase("test-keys,test-release")) {
            Preference backup = findPreference(KEY_BACKUP);
            screen.removePreference(backup);