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