Merge pull request #5950 from element-hq/feature/fga/iterate_permissions_screen

Changes : iterate again on permissions
This commit is contained in:
ganfra 2025-12-22 18:41:38 +01:00 committed by GitHub
commit 76bc487f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 243 additions and 151 deletions

View file

@ -70,7 +70,7 @@ private fun PreferenceBlockUser(
isLoading: Boolean,
eventSink: (UserProfileEvents) -> Unit,
) {
val loadingCurrentValue = @Composable {
val loadingCurrentValue = @Composable { _: Boolean ->
CircularProgressIndicator(
modifier = Modifier
.progressSemantics()