8000
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 8500aaf commit d6aaefbCopy full SHA for d6aaefb
docs/source/android.rst
@@ -46,6 +46,10 @@ The default PythonActivity has a observer pattern for `onActivityResult <http://
46
- ``on_new_intent`` is the event associated to the onNewIntent java call
47
- ``on_activity_result`` is the event associated to the onActivityResult java call
48
49
+ .. warning::
50
+
51
+ This method is not thread-safe. Call it in the mainthread of your app. (tips: use kivy.clock.mainthread decorator)
52
53
.. function:: unbind(eventname=callback, ...)
54
55
Unregister a previously registered callback with :func:`bind`.
0 commit comments