diff sat/plugins/plugin_misc_android.py @ 3095:fb49587f55c2

plugin android: removed comment on vibrator bug as it is fixed in dev version of plyer
author Goffi <goffi@goffi.org>
date Fri, 20 Dec 2019 12:28:04 +0100
parents f91d0e6d9b13
children 7f7cdc6ecfd8
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_android.py	Fri Dec 20 12:28:04 2019 +0100
+++ b/sat/plugins/plugin_misc_android.py	Fri Dec 20 12:28:04 2019 +0100
@@ -246,8 +246,6 @@
                 try:
                     vibrator.vibrate()
                 except Exception as e:
-                    # FIXME: vibrator is currently not working,
-                    # cf. https://github.com/kivy/plyer/issues/509
                     log.warning("Can't use vibrator: {e}".format(e=e))
         return mess_data