Searched refs:liveContentKeys (Results 1 – 1 of 1) sorted by relevance
412 val liveContentKeys = remember { mutableListOf<String>() } in ScrollOnUpdatedLiveContentEffect() constant415 val prevLiveContentKeys = liveContentKeys.toList() in ScrollOnUpdatedLiveContentEffect()416 liveContentKeys.clear() in ScrollOnUpdatedLiveContentEffect()417 liveContentKeys.addAll(communalContent.filter { it.isLiveContent() }.map { it.key }) in ScrollOnUpdatedLiveContentEffect()421 liveContentKeys.indexOfFirst { !prevLiveContentKeys.contains(it) } in ScrollOnUpdatedLiveContentEffect()