mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 12:47:25 +00:00
Fix typo
This commit is contained in:
@@ -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 ->
|
||||||
|
Reference in New Issue
Block a user