mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Debug closed group creation issue
This commit is contained in:
parent
9fa3e37e68
commit
abf2c05424
@ -45,8 +45,8 @@ class ClosedGroupPollerV2 {
|
||||
|
||||
fun startPolling(groupPublicKey: String) {
|
||||
if (isPolling(groupPublicKey)) { return }
|
||||
setUpPolling(groupPublicKey)
|
||||
isPolling[groupPublicKey] = true
|
||||
setUpPolling(groupPublicKey)
|
||||
}
|
||||
|
||||
fun stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user