Small improvement

pull/178/head
M66B 6 years ago
parent cedffc7513
commit f335c12e09

@ -6253,7 +6253,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
protected void onExecuted(Bundle args, ArrayList<MessageTarget> result) { protected void onExecuted(Bundle args, ArrayList<MessageTarget> result) {
boolean copy = args.getBoolean("copy"); boolean copy = args.getBoolean("copy");
if (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 else
moveAsk(result, false, !autoclose && onclose == null); moveAsk(result, false, !autoclose && onclose == null);
} }

Loading…
Cancel
Save