mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-07 05:15:43 +01:00
Refactoring
This commit is contained in:
@@ -114,7 +114,7 @@ public class FragmentOperations extends FragmentBase {
|
||||
onMenuHelp();
|
||||
return true;
|
||||
case R.id.menu_delete:
|
||||
new DialogDelete().show(getParentFragmentManager(), "operations:delete");
|
||||
new FragmentDialogDelete().show(getParentFragmentManager(), "operations:delete");
|
||||
return true;
|
||||
|
||||
default:
|
||||
@@ -126,7 +126,7 @@ public class FragmentOperations extends FragmentBase {
|
||||
Helper.viewFAQ(getContext(), 3);
|
||||
}
|
||||
|
||||
public static class DialogDelete extends FragmentDialogBase {
|
||||
public static class FragmentDialogDelete extends FragmentDialogBase {
|
||||
@NonNull
|
||||
@Override
|
||||
public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
|
||||
|
||||
Reference in New Issue
Block a user