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:
@@ -21,7 +21,6 @@
|
||||
<string name="about_xda_summary">Za razpravo in predloge obiščite Aurora Store XDA forum.</string>
|
||||
<string name="account_anonymous">Anonimno</string>
|
||||
<string name="account_anonymous_insecure">Anonimno (ni varno)</string>
|
||||
<string name="account_logged_out">Trenutno ste odjavljeni</string>
|
||||
<string name="account_logout">Odjavite se iz Aurora</string>
|
||||
<string name="action_back">Nazaj</string>
|
||||
<string name="action_blacklist">Črni seznam</string>
|
||||
|
||||
Reference in New Issue
Block a user