When the user accesses my Home Screen it performs some verification and links the user to other screens based on the results. So, If I open the app with the not logged-in user I can log in and once the Home Screen opens it performs the verification and works just fine… BUT. If I close the app (kill the process) and Resume it (open it again) The Home screen ignores the verifications and performs the first action WITHOUT the conditional. It ignores the conditional I added. I don’t know if it also happens with other screens since logged-in users will always be sent to the Home Screen when resuming the app.