mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Small improvement
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user