# HG changeset patch # User Goffi # Date 1576841284 -3600 # Node ID fb49587f55c279a59432cd6bffedc8861c97305c # Parent c3cb18236bdf0f1a26ba878f856048a84f9cff2e plugin android: removed comment on vibrator bug as it is fixed in dev version of plyer diff -r c3cb18236bdf -r fb49587f55c2 sat/plugins/plugin_misc_android.py --- 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