Skip to content

Commit ce975cd

Browse files
committed
Fix: remove hasInitialDeviceList() call that throws UnsupportedMethodException
1 parent 02ce76b commit ce975cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/github/grishberg/androidstudio/plugins

src/main/kotlin/com/github/grishberg/androidstudio/plugins/AdbWrapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class AdbWrapperImpl(project: Project) : AdbWrapper {
1717
return false
1818
}
1919

20-
return androidBridge.isConnected && androidBridge.hasInitialDeviceList()
20+
return androidBridge.isConnected
2121
}
2222

2323
override fun connectedDevices(): List<IDevice> {

0 commit comments

Comments
 (0)