fix for the settings badge being clipped in the home screen

This commit is contained in:
Mauro Romito
2025-09-30 14:00:26 +02:00
committed by Mauro
parent d97c9bbf63
commit f8d787bb8d

View File

@@ -59,9 +59,9 @@ struct HomeScreen: View {
avatarSize: .user(on: .chats),
mediaProvider: context.mediaProvider)
.accessibilityIdentifier(A11yIdentifiers.homeScreen.userAvatar)
.clipShape(.circle)
.overlayBadge(10, isBadged: context.viewState.requiresExtraAccountSetup)
.compositingGroup()
.clipShape(.circle)
}
.accessibilityLabel(L10n.commonSettings)
}