Revert "Delay finish for haptic feedback"

This reverts commit f1a16193e0.
pull/214/head
M66B 1 year ago
parent d36a4c1ddc
commit 47b3ecd36a

@ -7416,12 +7416,7 @@ public class FragmentCompose extends FragmentBase {
} else if (action == R.id.action_send) { } else if (action == R.id.action_send) {
state = State.NONE; state = State.NONE;
view.performHapticFeedback(HapticFeedbackConstants.CONFIRM); view.performHapticFeedback(HapticFeedbackConstants.CONFIRM);
view.postDelayed(new Runnable() { finish();
@Override
public void run() {
finish();
}
}, 20);
} }
} }

Loading…
Cancel
Save