When reacting to a group story keep the modal open
This commit is contained in:
parent
0350692034
commit
32e694d8a4
1 changed files with 3 additions and 1 deletions
|
@ -714,7 +714,9 @@ export const StoryViewer = ({
|
||||||
onClose={() => setHasStoryViewsNRepliesModal(false)}
|
onClose={() => setHasStoryViewsNRepliesModal(false)}
|
||||||
onReact={emoji => {
|
onReact={emoji => {
|
||||||
onReactToStory(emoji, story);
|
onReactToStory(emoji, story);
|
||||||
|
if (!isGroupStory) {
|
||||||
setHasStoryViewsNRepliesModal(false);
|
setHasStoryViewsNRepliesModal(false);
|
||||||
|
}
|
||||||
setReactionEmoji(emoji);
|
setReactionEmoji(emoji);
|
||||||
showToast(ToastType.StoryReact);
|
showToast(ToastType.StoryReact);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue