mirror of
https://github.com/skylot/jadx.git
synced 2024-11-27 14:40:54 +00:00
Co-authored-by: tobias <tobias.hotmail.com>
This commit is contained in:
parent
ca723c3b47
commit
bfc343d1ee
@ -624,7 +624,8 @@ public class ADBDialog extends JDialog implements ADB.DeviceStateListener, ADB.J
|
||||
}
|
||||
}
|
||||
resultDesc = rst.desc;
|
||||
} while (false);
|
||||
break;
|
||||
} while (true);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user