This commit is contained in:
Matt Gibson 2024-10-22 14:44:19 -07:00
parent b0194028a8
commit cf605ceb4b
No known key found for this signature in database
GPG key ID: 7CBCA182C13B0912

View file

@ -107,7 +107,6 @@ fun NotificationCenter(
onNotificationClick: (NotificationSummary) -> Unit, onNotificationClick: (NotificationSummary) -> Unit,
onDismissRequest: () -> Unit, onDismissRequest: () -> Unit,
modifier: Modifier = Modifier, modifier: Modifier = Modifier,
isAddAccountAvailable: Boolean = true,
topAppBarScrollBehavior: TopAppBarScrollBehavior, topAppBarScrollBehavior: TopAppBarScrollBehavior,
) { ) {
// Track the actual visibility (according to the internal transitions) so that we know when we // Track the actual visibility (according to the internal transitions) so that we know when we