Commit f9adbcf2 authored by Devon Carew's avatar Devon Carew

update a todo

parent d326991b
...@@ -169,9 +169,10 @@ Future<int> startApp( ...@@ -169,9 +169,10 @@ Future<int> startApp(
return result; return result;
} }
// TODO: Move this into the startApp() device impl. They should wait on the // TODO(devoncarew): Move this into the device.startApp() impls. They should
// stop command to complete before (re-)starting the app. We could plumb a // wait on the stop command to complete before (re-)starting the app. We could
// Future through the start command from here, but that seems a little messy. // plumb a Future through the start command from here, but that seems a little
// messy.
if (stop) { if (stop) {
for (Device device in devices.all) { for (Device device in devices.all) {
if (!device.isSupported()) if (!device.isSupported())
......
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