Fix spotless.

Change-Id: I741418a1e44fd9e3488513bdb33995490738679d
pull/1886/head
Jaehwa Noh 4 months ago
parent 84dbcb678a
commit 9b33232fc7

@ -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),
) )
} }
}, },

Loading…
Cancel
Save