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:
@@ -257,7 +257,6 @@
|
||||
<string name="about_xda">Udviklertråd</string>
|
||||
<string name="about_xda_summary">Se Aurora Store XDA thread (engelsksproget) for diskussioner eller forslag.</string>
|
||||
<string name="account_anonymous">Anonym</string>
|
||||
<string name="account_logged_out">Du er logget ud</string>
|
||||
<string name="account_login_using">Log ind med</string>
|
||||
<string name="details_paid">Betalt</string>
|
||||
<string name="toast_manual_unavailable">Versionskoden du beder om er utilgængelig.</string>
|
||||
|
||||
Reference in New Issue
Block a user