This commit is contained in:
2024-08-13 22:32:27 +08:00
parent c99e168c53
commit d5067ca05b
9 changed files with 212 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ class MainActivity : ComponentActivity() {
try {
val resp = accountService.getMyAccount()
return true
} catch (e: ServiceException) {
} catch (e: Exception) {
return false
}
}