1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Small improvement

This commit is contained in:
M66B 2020-03-29 14:55:28 +02:00
parent cedffc7513
commit f335c12e09

View file

@ -6253,7 +6253,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
protected void onExecuted(Bundle args, ArrayList<MessageTarget> result) {
boolean copy = args.getBoolean("copy");
if (copy)
ToastEx.makeText(getContext(), R.string.title_completed, Toast.LENGTH_SHORT).show();
ToastEx.makeText(getContext(), R.string.title_completed, Toast.LENGTH_LONG).show();
else
moveAsk(result, false, !autoclose && onclose == null);
}