Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move SnapsExecutionWebView out of Main navigation stack (MetaM…
…ask#10268) <!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** This PR Fix a bug happening while app is locked. A state mismatch between the ExecutionService state and the actual WebView would cause snap calls to fail. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to Settings 2. Enable Notifications if its disabled 3. Lock the app. 4. Try to enable/disable notifications again. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** https://github.com/MetaMask/metamask-mobile/assets/44679989/1060c4a7-fdbd-4b5b-ab6b-fdf2def14655 ### **After** https://github.com/MetaMask/metamask-mobile/assets/44679989/3a6f0052-db86-4f91-9a88-1c4369427d6a ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [x] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [x] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
- Loading branch information