mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Use consistent styling for dialogs. #296
This commit is contained in:
@@ -227,10 +227,9 @@ public class PanicPreferencesFragment extends PreferenceFragmentCompat
|
||||
}
|
||||
};
|
||||
|
||||
AlertDialog.Builder builder =
|
||||
new AlertDialog.Builder(getContext());
|
||||
builder.setTitle(
|
||||
getString(R.string.dialog_title_connect_panic_app));
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(getContext(),
|
||||
R.style.BriarDialogTheme);
|
||||
builder.setTitle(getString(R.string.dialog_title_connect_panic_app));
|
||||
|
||||
CharSequence app = getString(R.string.unknown_app);
|
||||
String packageName = getCallingPackageName();
|
||||
|
||||
Reference in New Issue
Block a user