Skip to content

Commit

Permalink
error type other when is unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoukoul committed May 8, 2020
1 parent 1a49734 commit a658d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/co/anode/anodevpn/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MainActivity : AppCompatActivity() {
Looper.prepare();
Toast.makeText(baseContext, paramThrowable.message, Toast.LENGTH_LONG).show()
AnodeClient.mycontext = baseContext
var type = "unknown"
var type = "other"
//CJDNS socket error
if (paramThrowable is CjdnsException) {
type = "cjdns_crash"
Expand Down

0 comments on commit a658d35

Please sign in to comment.