mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Refactoring
This commit is contained in:
@@ -2342,7 +2342,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
aargs.putBoolean("inJunk", EntityFolder.JUNK.equals(message.folderType));
|
||||
aargs.putBoolean("canBlock", canBlock);
|
||||
|
||||
AdapterMessage.FragmentDialogJunk ask = new AdapterMessage.FragmentDialogJunk();
|
||||
FragmentDialogJunk ask = new FragmentDialogJunk();
|
||||
ask.setArguments(aargs);
|
||||
ask.setTargetFragment(FragmentMessages.this, REQUEST_MESSAGE_JUNK);
|
||||
ask.show(getParentFragmentManager(), "swipe:junk");
|
||||
|
||||
Reference in New Issue
Block a user