Fix LokiGroupChatPoller bug

pull/12/head
Niels Andriesse 6 years ago
parent 313acacedf
commit 43f34b259b

@ -37,6 +37,7 @@ class LokiGroupChatPoller(private val context: Context, private val groupID: Lon
fun stop() {
handler.removeCallbacks(task)
hasStarted = false
}
private fun poll() {

Loading…
Cancel
Save