Respect return value from 'execute'
This commit is contained in:
parent
885a865b8b
commit
1ef693572f
@ -67,7 +67,7 @@ class ActivityHost:
|
||||
return self._model
|
||||
|
||||
def execute(self, command, args):
|
||||
self._activity.execute(command, args)
|
||||
return self._activity.execute(command, args)
|
||||
|
||||
def share(self):
|
||||
self._activity.share()
|
||||
|
Loading…
Reference in New Issue
Block a user