pull/217/head
M66B 8 months ago
parent ea97d8e21a
commit 65f68ec2a5

@ -2883,12 +2883,6 @@ public class FragmentCompose extends FragmentBase {
etBody.setSelection(index + completion.length() + 1);
StyleHelper.markAsInserted(edit, index, index + completion.length() + 1);
if (args.containsKey("used") && args.containsKey("granted")) {
double used = args.getDouble("used");
double granted = args.getDouble("granted");
ToastEx.makeText(getContext(), String.format("$%.2f/%.2f", used, granted), Toast.LENGTH_LONG).show();
}
}
@Override

Loading…
Cancel
Save