mirror of
https://github.com/revanced/jadb.git
synced 2025-05-30 13:20:17 +02:00
refactoring
This commit is contained in:
parent
76c9045b0c
commit
af7b8ec5ab
@ -48,8 +48,7 @@ public class JadbConnection implements ITransportFactory {
|
|||||||
new Thread(new Runnable() {
|
new Thread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try
|
try {
|
||||||
{
|
|
||||||
devices.send("host:track-devices");
|
devices.send("host:track-devices");
|
||||||
devices.verifyResponse();
|
devices.verifyResponse();
|
||||||
boolean r = false;
|
boolean r = false;
|
||||||
@ -65,6 +64,7 @@ public class JadbConnection implements ITransportFactory {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
|
|
||||||
return new DeviceDetectionHandler(devices);
|
return new DeviceDetectionHandler(devices);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user