Skip to content
Snippets Groups Projects
Commit 03079804 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fixed: if mobile app was open and in background, it would still read ...

...messages in the active room.
parent 5e25f02c
No related branches found
No related tags found
No related merge requests found
if Meteor.isCordova
document.addEventListener 'pause', ->
UserPresence.setAway()
readMessage.disable()
document.addEventListener 'resume', ->
UserPresence.setOnline()
\ No newline at end of file
UserPresence.setOnline()
readMessage.enable()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment