mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 23:12:51 +00:00
parent
07b0b26caf
commit
4c977a6371
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,7 @@ public class SecurityPreferencesFragment extends PreferencesFragment {
|
||||||
.setNegativeButton(android.R.string.no, null)
|
.setNegativeButton(android.R.string.no, null)
|
||||||
.create());
|
.create());
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -383,6 +384,7 @@ public class SecurityPreferencesFragment extends PreferencesFragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
getActivity().startService(new Intent(getActivity(), NotificationService.class));
|
getActivity().startService(new Intent(getActivity(), NotificationService.class));
|
||||||
|
_pinKeyboardPreference.setChecked(false);
|
||||||
updateEncryptionPreferences();
|
updateEncryptionPreferences();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue