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:
@@ -24,7 +24,6 @@
|
||||
<string name="about_telegram_summary">토론이나 제안을 위해 Aurora 지원 그룹에 가입하세요.</string>
|
||||
<string name="account_anonymous">익명</string>
|
||||
<string name="account_google">구글</string>
|
||||
<string name="account_logged_out">로그아웃되었습니다</string>
|
||||
<string name="action_blacklist_add">블랙리스트에 추가</string>
|
||||
<string name="action_blacklist">블랙리스트</string>
|
||||
<string name="action_open">열기</string>
|
||||
|
||||
Reference in New Issue
Block a user