digidem / comapeo-mobile

The next version of Mapeo mobile
GNU General Public License v3.0
5 stars 0 forks source link

fix: fix navigation error after responding to invite #404

Closed achou11 closed 1 month ago

achou11 commented 1 month ago

Fixes #391

Also fixes an issue with determining the name of the current route. The isEditingScreen() util (now removed completely) did not properly extract the route name for screens within the tab container (e.g. going to camera or observations list). This would've caused unexpected behavior in some cases, such as the invite sheet showing up while in the camera screen (which is not desired).