mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Merge pull request #2739 from inaturalist/mob-539-sharing-multiple-photos-shows-former-suggestions-screen
Fix: reset store when sharing photos into the app
This commit is contained in:
@@ -54,7 +54,9 @@ const PhotoSharing = ( ): Node => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Move to ObsEdit screen (new observation, with shared photos).
|
||||
// when sharing, we need to reset zustand like we do while
|
||||
// navigating through the AddObsModal
|
||||
resetObservationFlowSlice( );
|
||||
|
||||
// Create a new observation with multiple shared photos (one or more)
|
||||
let photoUris;
|
||||
|
||||
Reference in New Issue
Block a user