mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Small improvement
This commit is contained in:
parent
cedffc7513
commit
f335c12e09
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue