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:
@@ -179,7 +179,6 @@
|
||||
<string name="action_cancel">Cancelar</string>
|
||||
<string name="action_blacklist">Lista negra</string>
|
||||
<string name="action_back">Voltar</string>
|
||||
<string name="account_logged_out">Você está desconectado</string>
|
||||
<string name="account_anonymous">Anônimo</string>
|
||||
<string name="about_xda_summary">Veja o tópico da Aurora Store no XDA para discussões ou sugestões.</string>
|
||||
<string name="about_telegram_summary">Junte-se ao grupo de suporte da Aurora para discussões ou sugestões.</string>
|
||||
|
||||
Reference in New Issue
Block a user