mirror of
https://github.com/Corewala/Buran
synced 2025-03-11 22:53:08 +00:00
Removed useless fix
This commit is contained in:
parent
1d2be092f1
commit
589ab24a7e
1 changed files with 2 additions and 4 deletions
|
@ -483,10 +483,8 @@ class GemActivity : AppCompatActivity() {
|
|||
is GemState.Requesting -> loadingView(true)
|
||||
is GemState.NotGeminiRequest -> externalProtocol(state)
|
||||
is GemState.ResponseError -> {
|
||||
if(initialised){
|
||||
omniTerm.reset()
|
||||
showAlert("${GeminiResponse.getCodeString(state.header.code)}:\n\n${state.header.meta}")
|
||||
}
|
||||
omniTerm.reset()
|
||||
showAlert("${GeminiResponse.getCodeString(state.header.code)}:\n\n${state.header.meta}")
|
||||
}
|
||||
is GemState.ClientCertError -> {
|
||||
certPassword = null
|
||||
|
|
Loading…
Add table
Reference in a new issue