Unverified Commit 767fb98a authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] partial revert of start app change (#68128)

* [flutter_tools] partial revert of start app change
parent 33903c17
......@@ -565,6 +565,7 @@ Future<bool> _stopApp(DriveCommand command) async {
buildInfo: command.getBuildInfo(),
);
final bool stopped = await command.device.stopApp(package, userIdentifier: command.userIdentifier);
await command.device.uninstallApp(package);
await command._deviceLogSubscription?.cancel();
return stopped;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment