Part of ENG-10240.
Using the same approach as for Register account screen.
Differential D14398
[native] disable navigation in `RestoreBackupScreen` kamil on Feb 24 2025, 6:35 AM. Authored by Tags None Referenced Files
Subscribers
Details Part of ENG-10240. Using the same approach as for Register account screen.
Tested on physical iOS and physical Android.
Diff Detail
Event Timeline
Comment Actions Just confirming – is this screen only used when the restore is in-progress? If the button to start is on this screen too, we might want to only prevent the user from navigating away after the button is pressed
Comment Actions Yes
The button is on a different screen and also has some async action prior to navigating to this screen where we should prevent user from navigating away, I handled this in the next diff in the stack - D14397.
|