Skip to content

Commit

Permalink
add is_testing = false if proxy crash
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvht committed Feb 9, 2025
1 parent d780827 commit 242f9c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class TestActivity : AppCompatActivity() {
if (isTesting) {
progressTextView.text = getString(R.string.test_proxy_error)
resultsTextView.text = getString(R.string.test_crash)
isTesting = false
} else {
lifecycleScope.launch {
val previousLogs = loadLog()
Expand Down

0 comments on commit 242f9c7

Please sign in to comment.