mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 05:14:50 +01:00
Do not restore keyboard when selecting info from reaction overlay.
This commit is contained in:
committed by
Alex Hart
parent
6f5a0d0e90
commit
4a2f9f6bdd
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user