Skip to content

Commit 727856a

Browse files
committed
Use new ADB API
1 parent 0d619c6 commit 727856a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mbf-site/src/DeviceModder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface DeviceModderProps {
2525
}
2626

2727
export async function uninstallBeatSaber(device: Adb) {
28-
await device.subprocess.spawnAndWait(`pm uninstall ${gameId}`);
28+
await device.subprocess.noneProtocol.spawnWait(`pm uninstall ${gameId}`);
2929
}
3030

3131
const isDeveloperUrl: boolean = new URLSearchParams(window.location.search).get("dev") === "true";

0 commit comments

Comments
 (0)