Skip to content

Commit

Permalink
Merge pull request #7892 from hiteshagja/fix_6908
Browse files Browse the repository at this point in the history
removed Navigation.closeDrawer(); to fix 6908.
  • Loading branch information
mountiny authored Feb 25, 2022
2 parents 2be5a0e + b9c7f19 commit 53a9891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,6 @@ function navigateToConciergeChat() {
}

Navigation.navigate(ROUTES.getReportRoute(conciergeChatReportID));
Navigation.closeDrawer();
}

/**
Expand Down

0 comments on commit 53a9891

Please sign in to comment.