We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4a45c commit d88fdc9Copy full SHA for d88fdc9
recipes/android/src/android/runnable.py
@@ -43,5 +43,5 @@ def run_on_ui_thread(f):
43
function. The function will be delayed and call into the Activity thread.
44
'''
45
def f2(*args, **kwargs):
46
- Runnable(f)(args, kwargs)
+ Runnable(f)(*args, **kwargs)
47
return f2
0 commit comments