mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-22 17:03:52 +02:00
Show sending at short
This commit is contained in:
@@ -7697,7 +7697,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
public void delegate() {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
Helper.performHapticFeedback(view, HapticFeedbackConstants.CONFIRM);
|
||||
ToastEx.makeText(context, feedback, Toast.LENGTH_LONG).show();
|
||||
ToastEx.makeText(context, feedback, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user