fix(manage-space-activity): app in foreground#16435
Conversation
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
| if (result) { | ||
| finishAffinity() | ||
| finishAndRemoveTask() | ||
| exitProcess(0) |
There was a problem hiding this comment.
Ideally, FileDisplayActivity should not be launched after all accounts are removed on APP_RESUME. However, the app uses quite a bit of complex logic during startup.
Currently, FirstRunActivity, OnboardingServiceImpl, LauncherActivity, and AuthenticatorActivity all play a role in triggering the login flow and eventually FileDisplayActivity. To be honest, I’m not entirely sure why the app has four different launcher-related activities.
If you have any suggestions or ideas on a better approach to handle this, I’d really appreciate your feedback.
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16435.apk |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |

Issue
App is crashing when user trying to open the app after deleting data.
How to reproduce?