make sure routes are updated

This commit is contained in:
ammarahm-ed
2021-03-12 09:03:35 +05:00
parent 2820ec86ba
commit 96c3ce8778

View File

@@ -134,6 +134,7 @@ export const ActionSheetComponent = ({
Navigation.setRoutesToUpdate([ Navigation.setRoutesToUpdate([
Navigation.routeNames.NotesPage, Navigation.routeNames.NotesPage,
Navigation.routeNames.Favorites, Navigation.routeNames.Favorites,
Navigation.routeNames.Notes
]); ]);
} }
} }