Show sending at short

pull/217/head
M66B 8 months ago
parent c027660d77
commit 8aa01fc4b5

@ -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();
} }
}); });

Loading…
Cancel
Save