You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
The Update screen could be dismissed before this PR. It shouldn't be dismissable, the intention is to force the update.
I had to add the min required version in Redux to force the screen when backgrounding and reopening the app since if the app was reloaded the screen could still be skipped. This happened specially on Android.
### Tested
Locally changing the app version on both platforms.
### Related issues
- Fixes#5429
### Description
The Update screen could be dismissed before this PR. It shouldn't be dismissable, the intention is to force the update.
I had to add the min required version in Redux to force the screen when backgrounding and reopening the app since if the app was reloaded the screen could still be skipped. This happened specially on Android.
### Tested
Locally changing the app version on both platforms.
### Related issues
- Fixes#5429
Expected Behavior
When the app version is lower than the minimum upload, a non-dismissable Update screen should appear.
Current Behavior
The update screen can be dismissed.
The text was updated successfully, but these errors were encountered: