mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fixing code style issue
This commit is contained in:
parent
e9f59d85b4
commit
b001bc382f
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ internal class DefaultPollAggregationProcessor @Inject constructor(
|
|||
}
|
||||
|
||||
private fun removeEncryptedRelatedEventIdIfNeeded(aggregatedPollSummaryEntity: PollResponseAggregatedSummaryEntity, eventId: String) {
|
||||
if(aggregatedPollSummaryEntity.encryptedRelatedEventIds.contains(eventId)) {
|
||||
if (aggregatedPollSummaryEntity.encryptedRelatedEventIds.contains(eventId)) {
|
||||
aggregatedPollSummaryEntity.encryptedRelatedEventIds.remove(eventId)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue