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