mirror of
https://github.com/revanced/jadb.git
synced 2025-05-04 16:44:25 +02:00
typo
This commit is contained in:
parent
7a249c3476
commit
fe744a007b
@ -38,9 +38,9 @@ public class JadbDevice {
|
|||||||
|
|
||||||
private State convertState(String type) {
|
private State convertState(String type) {
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case "device": return State.Online;
|
case "device": return State.Online;
|
||||||
case "ofline": return State.Offline;
|
case "offline": return State.Offline;
|
||||||
default: return State.Unknown;
|
default: return State.Unknown;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user