mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Refactoring
This commit is contained in:
parent
54239eb853
commit
c23d96e630
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue