Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#6067) ## Short description This PR fixes a UI regression inside `IdentificationModal` when used to validate a task. The top right "X", is below the status bar and not tappable. | ❌ | ✅ | |--------|--------| | <img src="https://github.com/user-attachments/assets/93805a23-13b1-45fc-bda1-70ae49833d1a" width="250" /> | <img src="https://github.com/user-attachments/assets/6c436519-d91e-43b1-b4d0-11d1ea0d96b2" width="250" /> | <details><summary>Authentication Mode (is the same)</summary> <p> | Before | After | |--------|--------| | <img src="https://github.com/user-attachments/assets/910bd079-db44-4712-9fcc-459c3738aba1" width="250" /> | <img src="https://github.com/user-attachments/assets/111387f4-b964-417a-88ee-df9836ffcaf1" width="250" /> | </p> </details> ## List of changes proposed in this pull request - Fix UI regression by replacing `SafeAreaView` that it seems not working anymore inside `<Modal>` and using `insets.top` instead. ## How to test Test the `IdentificationModal` while entering the app and to validate a task (for example while changing the PIN code in Profile -> Security section). Co-authored-by: Alice Di Rico <[email protected]>
- Loading branch information