1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 10:39:25 +00:00

Show sending at short

This commit is contained in:
M66B 2025-01-15 22:23:06 +01:00
parent c027660d77
commit 8aa01fc4b5

View file

@ -7697,7 +7697,7 @@ public class FragmentCompose extends FragmentBase {
public void delegate() { public void delegate() {
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
Helper.performHapticFeedback(view, HapticFeedbackConstants.CONFIRM); Helper.performHapticFeedback(view, HapticFeedbackConstants.CONFIRM);
ToastEx.makeText(context, feedback, Toast.LENGTH_LONG).show(); ToastEx.makeText(context, feedback, Toast.LENGTH_SHORT).show();
} }
}); });