mirror of
https://github.com/Corewala/Buran
synced 2025-01-03 05:34:28 +00:00
Removed canGoBack check on request cancellation
This commit is contained in:
parent
7828f3ea7f
commit
2db5aa74ca
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ class GemActivity : AppCompatActivity() {
|
|||
}
|
||||
|
||||
override fun onBackPressed() {
|
||||
if(omniTerm.canGoBack() and model.isRequesting()){
|
||||
if(model.isRequesting()){
|
||||
model.cancel()
|
||||
loadingView(false)
|
||||
}else if(omniTerm.canGoBack()){
|
||||
|
|
Loading…
Reference in a new issue