Fix LokiGroupChatPoller bug

This commit is contained in:
Niels Andriesse 2019-08-21 11:04:05 +10:00
parent 313acacedf
commit 43f34b259b

View File

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