mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Report as spam: confirm once
This commit is contained in:
parent
1a8e338b65
commit
50d1bd9cc9
1 changed files with 4 additions and 1 deletions
|
@ -1057,7 +1057,10 @@ public class FragmentMessages extends FragmentEx {
|
|||
|
||||
@Override
|
||||
protected void onLoaded(Bundle args, MessageTarget result) {
|
||||
moveAsk(result);
|
||||
if (EntityFolder.JUNK.equals(result.target.type))
|
||||
moveAskConfirmed(result);
|
||||
else
|
||||
moveAsk(result);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue