Use BriarDialogTheme for avatar confirmation

This commit is contained in:
Sebastian Kürten
2020-12-03 19:46:31 +01:00
committed by Torsten Grote
parent 8d92f36522
commit c4a42760c8

View File

@@ -63,7 +63,8 @@ public class ConfirmAvatarDialogFragment extends DialogFragment {
new ViewModelProvider(activity, viewModelFactory);
settingsViewModel = provider.get(SettingsViewModel.class);
AlertDialog.Builder builder = new AlertDialog.Builder(activity);
AlertDialog.Builder builder =
new AlertDialog.Builder(activity, R.style.BriarDialogTheme);
LayoutInflater inflater = LayoutInflater.from(getContext());
final View view =