Commit f9adbcf2 authored by Devon Carew's avatar Devon Carew

update a todo

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