AccountFragment: Throw users on splashFragment on logout
We have multiple checks implemented at this point in splashFragment to ensure proper validation and navigation. If a user logs out and hits back button, he still gets to browse Aurora Store which is an unintended behaviour. Instead of handling same logic twice everywhere, make AccountFragment minimal and only handle logging out here. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -250,7 +250,6 @@
|
||||
<string name="action_back">Recuar</string>
|
||||
<string name="account_logout">Terminar sessão</string>
|
||||
<string name="account_login_using">Iniciar sessão com</string>
|
||||
<string name="account_logged_out">Sem sessão iniciada</string>
|
||||
<string name="toast_export_failed">Não foi possível exportar a configuração do dispositivo</string>
|
||||
<string name="toast_export_success">Configuração do dispositivo exportada</string>
|
||||
<string name="app_updater_service_notif_text">Permite descarregar aplicações em segundo plano</string>
|
||||
|
||||
Reference in New Issue
Block a user