1
0
Fork 0
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:
M66B 2018-12-26 08:44:16 +00:00
parent 1a8e338b65
commit 50d1bd9cc9

View file

@ -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