Skip to content

Commit

Permalink
Fixed wrong fun name
Browse files Browse the repository at this point in the history
  • Loading branch information
flyfishxu committed Nov 5, 2024
1 parent bf9890b commit a56e02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kadb/src/commonMain/kotlin/Kadb.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Kadb(

private var connection: Pair<AdbConnection, Socket>? = null

fun connectionChec1k(): Boolean {
fun connectionCheck(): Boolean {
return connection?.second?.isConnected ?: false
}

Expand Down

0 comments on commit a56e02a

Please sign in to comment.