|
|
@ -168,10 +168,9 @@ internal fun NiaApp(
|
|
|
|
)
|
|
|
|
)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
label = { Text(stringResource(destination.iconTextId)) },
|
|
|
|
label = { Text(stringResource(destination.iconTextId)) },
|
|
|
|
modifier =
|
|
|
|
modifier = Modifier
|
|
|
|
Modifier
|
|
|
|
.testTag("NiaNavItem")
|
|
|
|
.testTag("NiaNavItem")
|
|
|
|
.then(if (hasUnread) Modifier.notificationDot() else Modifier),
|
|
|
|
.then(if (hasUnread) Modifier.notificationDot() else Modifier),
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|