mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-19 18:01:30 +00:00
Fix typo
This commit is contained in:
parent
d1a8b70af4
commit
c058b332da
@ -366,6 +366,7 @@ object OpenGroupAPIV2 {
|
|||||||
&& timeSinceLastOpen > OpenGroupPollerV2.maxInactivityPeriod)
|
&& timeSinceLastOpen > OpenGroupPollerV2.maxInactivityPeriod)
|
||||||
hasPerformedInitialPoll[server] = true
|
hasPerformedInitialPoll[server] = true
|
||||||
if (!hasUpdatedLastOpenDate) {
|
if (!hasUpdatedLastOpenDate) {
|
||||||
|
hasUpdatedLastOpenDate = true
|
||||||
TextSecurePreferences.setLastOpenDate(context)
|
TextSecurePreferences.setLastOpenDate(context)
|
||||||
}
|
}
|
||||||
val requests = rooms.mapNotNull { room ->
|
val requests = rooms.mapNotNull { room ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user