Fix moar ktlint issues

This commit is contained in:
Benoit Marty
2024-01-11 09:41:14 +01:00
committed by Benoit Marty
parent d3830af78b
commit 378692f743
528 changed files with 146 additions and 629 deletions

View File

@@ -39,7 +39,6 @@ class DefaultIndicatorService @Inject constructor(
private val encryptionService: EncryptionService,
private val featureFlagService: FeatureFlagService,
) : IndicatorService {
@Composable
override fun showRoomListTopBarIndicator(): State<Boolean> {
val canVerifySession by sessionVerificationService.canVerifySessionFlow.collectAsState(initial = false)