mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 02:28:18 +00:00
Show sending at short
This commit is contained in:
parent
c027660d77
commit
8aa01fc4b5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue