fix(gui): correct port retry in smali debugger (#1136) (PR #1160)

Co-authored-by: tobias <tobias.hotmail.com>
This commit is contained in:
LBJ-the-GOAT 2021-04-26 01:26:46 +08:00 committed by GitHub
parent ca723c3b47
commit bfc343d1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}