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