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:
@@ -3,7 +3,6 @@
|
||||
<string name="details_dev_website">ウェブサイト</string>
|
||||
<string name="details_dev_email">電子メール</string>
|
||||
<string name="account_login_using">次の方法でログイン</string>
|
||||
<string name="account_logged_out">ログアウトしました</string>
|
||||
<string name="account_google">Google</string>
|
||||
<string name="account_anonymous">匿名</string>
|
||||
<string name="about_xda_summary">Aurora Store の XDA スレッドを見て、議論や提案をしましょう。</string>
|
||||
|
||||
Reference in New Issue
Block a user