Remove newDialog overload

pull/935/head
Alex Baker 5 years ago
parent e8bd583239
commit 9186d8c03f

@ -76,7 +76,7 @@ public class ColorPickerDialog extends InjectingDialogFragment {
AlertDialogBuilder builder =
dialogBuilder
.newDialog(theme)
.newDialog()
.setSingleChoiceItems(
adapter,
selected,

@ -22,10 +22,6 @@ public class DialogBuilder {
}
public AlertDialogBuilder newDialog() {
return newDialog(theme);
}
public AlertDialogBuilder newDialog(Theme theme) {
return new AlertDialogBuilder(activity, theme, locale);
}

Loading…
Cancel
Save