We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7509052 commit 5c3d5c3Copy full SHA for 5c3d5c3
1 file changed
src/Expensify.tsx
@@ -204,6 +204,7 @@ function Expensify() {
204
Linking.getInitialURL().then((url) => {
205
// We use custom deeplink handler in setup/hybridApp
206
if (CONFIG.IS_HYBRID_APP) {
207
+ Report.doneCheckingPublicRoom();
208
return;
209
}
210
setInitialUrl(url);
@@ -214,7 +215,6 @@ function Expensify() {
214
215
Linking.addEventListener('url', (state) => {
216
217
- Report.doneCheckingPublicRoom();
218
219
220
Report.openReportFromDeepLink(state.url);
0 commit comments