Add @Suppress("ktlint:standard:max-line-length")

Change-Id: If8d885f5d5a9561dcb57621d1ab0d957618230bf
pull/1350/head
Jaehwa Noh 1 year ago
parent f001f352a0
commit e1b11b6d28

@ -180,6 +180,7 @@ internal fun NiaApp(
// Show the top app bar on top level destinations.
val destination = appState.currentTopLevelDestination
if (destination != null) {
@Suppress("ktlint:standard:max-line-length")
NiaTopAppBar(
titleRes = destination.titleTextId,
navigationIcon = NiaIcons.Search,

Loading…
Cancel
Save