Add ability to delete your Signal account from within the app.

This commit is contained in:
Alex Hart
2020-12-07 17:39:16 -04:00
committed by GitHub
parent 00b6416583
commit edb2a17bcb
21 changed files with 1019 additions and 23 deletions

View File

@@ -27,8 +27,7 @@ public abstract class FullScreenDialogFragment extends DialogFragment {
public void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setStyle(STYLE_NO_FRAME, ThemeUtil.isDarkTheme(requireActivity()) ? R.style.TextSecure_DarkTheme_FullScreenDialog
: R.style.TextSecure_LightTheme_FullScreenDialog);
setStyle(STYLE_NO_FRAME, R.style.Signal_DayNight_Dialog_FullScreen);
}
@Override