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)) },
modifier =
Modifier
.testTag("NiaNavItem")
.then(if (hasUnread) Modifier.notificationDot() else Modifier),
modifier = Modifier
.testTag("NiaNavItem")
.then(if (hasUnread) Modifier.notificationDot() else Modifier),
)
}
},

Loading…
Cancel
Save