Handle account UI login UI progress better

* Show server down error message on 503 status
* Don't allow users to click another login option if another login is in progress
* Reset progress bar's visibility properly

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-05-27 18:51:43 +05:30
parent 5ca8c74773
commit cd3cd6f9b7
7 changed files with 110 additions and 12 deletions

View File

@@ -349,4 +349,6 @@
<string name="spoof_property"><xliff:g id="manufacturer">%1$s</xliff:g> • API <xliff:g id="api">%2$s</xliff:g></string>
<string name="permissions_denied">Required permissions were denied. Please grant them in order to continue the action</string>
<string name="search_hint">Search for Apps &amp; Games</string>
<string name="requesting_new_session">Requesting new session</string>
<string name="server_maintenance">Server down for maintenance</string>
</resources>