Skip to content

Commit

Permalink
Example 82: Disable sound playing.
Browse files Browse the repository at this point in the history
This is causing a hard crash on android, probably due to a bug in Kivy. Disable for now and hope it's solved in a future release.
  • Loading branch information
Dusty Phillips committed Aug 24, 2013
1 parent 90acef9 commit 69b5fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orkiv/main.py
Expand Up @@ -202,7 +202,7 @@ def handle_xmpp_message(self, message):

chat_window = self.get_chat_window(jabber_id)
chat_window.append_chat_message(jabber_id, message['body'], color="aaaaff")
self.in_sound.play()
#self.in_sound.play()
if chat_window not in self.children:
self.buddy_list.new_messages.add(jabber_id)
self.buddy_list.force_list_view_update()
Expand Down

0 comments on commit 69b5fce

Please sign in to comment.