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