Skip to content

Commit

Permalink
Merge pull request #38098 from rayane-djouah/Fix-3-dot-menu-in-WS-lis…
Browse files Browse the repository at this point in the history
…ting/WS-chat-stops-working-after-viewing-WS-avatar

Fix: 3 dot menu in WS listing/WS chat stops working after viewing WS avatar
  • Loading branch information
Gonals authored Mar 22, 2024
2 parents 408a894 + 3deb750 commit 0a44148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const modalScreenListeners = {
// Clear search input (WorkspaceInvitePage) when modal is closed
SearchInputManager.searchInput = '';
Modal.setModalVisibility(false);
Modal.willAlertModalBecomeVisible(false);
},
};

Expand Down

0 comments on commit 0a44148

Please sign in to comment.