Do not restore keyboard when selecting info from reaction overlay.

This commit is contained in:
Cody Henthorne
2026-07-30 19:50:10 -04:00
committed by Alex Hart
parent 6f5a0d0e90
commit 4a2f9f6bdd
@@ -745,7 +745,7 @@ public final class ConversationReactionOverlay extends FrameLayout {
@Override
public void startHide(@Nullable View focusedView) {
if (onHideListener != null) {
onHideListener.startHide(focusedView);
onHideListener.startHide(action == Action.VIEW_INFO ? null : focusedView);
}
}