Update GithubApi.kt

This commit is contained in:
antonydp 2022-08-24 13:14:25 +02:00 committed by GitHub
parent 46bab40d75
commit c99c620e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,6 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){
} }
} catch (e: Exception) { } catch (e: Exception) {
logError(e) logError(e)
switchToOldAccount()
} }
switchToOldAccount() switchToOldAccount()
return false return false
@ -179,4 +178,4 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){
) )
} }
} }
} }