Skip to content

Commit 406048b

Browse files
bruh
1 parent e43a39f commit 406048b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

QuestAppVersionSwitcher/Adb/QAVSAdbInteractor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ public static void Initialize()
5050

5151
// Launch the server.
5252
AdbWrapper.StartServer();
53+
this.device = device;
5354
}
5455

5556
// Restore the saved wireless debugging state.
5657
AdbWrapper.AdbWifiState = adbWifiState;
5758
} else {
58-
device = devices[0];
59+
this.device = devices[0];
5960
}
6061

6162
// Grant necessary permissions to all connected devices.

0 commit comments

Comments
 (0)