We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43a39f commit 406048bCopy full SHA for 406048b
1 file changed
QuestAppVersionSwitcher/Adb/QAVSAdbInteractor.cs
@@ -50,12 +50,13 @@ public static void Initialize()
50
51
// Launch the server.
52
AdbWrapper.StartServer();
53
+ this.device = device;
54
}
55
56
// Restore the saved wireless debugging state.
57
AdbWrapper.AdbWifiState = adbWifiState;
58
} else {
- device = devices[0];
59
+ this.device = devices[0];
60
61
62
// Grant necessary permissions to all connected devices.
0 commit comments