mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 17:53:39 +00:00
Fix LokiGroupChatPoller bug
This commit is contained in:
parent
313acacedf
commit
43f34b259b
@ -37,6 +37,7 @@ class LokiGroupChatPoller(private val context: Context, private val groupID: Lon
|
|||||||
|
|
||||||
fun stop() {
|
fun stop() {
|
||||||
handler.removeCallbacks(task)
|
handler.removeCallbacks(task)
|
||||||
|
hasStarted = false
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun poll() {
|
private fun poll() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user