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

Commit e867a219 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: apply default profile after resetting them"

parents d0bfe570 a7469ff3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -204,6 +204,8 @@ public class ProfilesSettings extends SettingsPreferenceFragment
                    public void onClick(DialogInterface dialog, int id) {
                        mProfileManager.resetAll();
                        mAdapter.refreshProfiles();
                        mProfileManager.setActiveProfile(
                                mProfileManager.getActiveProfile().getUuid());
                    }
                })
                .setNegativeButton(R.string.cancel, null)