Automatic Lint

This commit is contained in:
Syer10
2022-04-07 00:44:48 +00:00
parent 2b4d253865
commit a8c148f28c
7 changed files with 7 additions and 7 deletions

View File

@@ -13,4 +13,4 @@ enum class FilterState {
IGNORED,
INCLUDED,
EXCLUDED
}
}

View File

@@ -124,4 +124,4 @@ private fun CheckboxItem(text: String, checked: Boolean, onClick: () -> Unit) {
)
}
)
}
}

View File

@@ -83,4 +83,4 @@ private fun Filter(text: String, state: FilterState, onClick: () -> Unit) {
)
}
)
}
}

View File

@@ -27,4 +27,4 @@ class LibrarySettingsViewModel @Inject constructor(
val downloadBadges = libraryPreferences.downloadBadge().asStateFlow()
val languageBadges = libraryPreferences.languageBadge().asStateFlow()
val localBadges = libraryPreferences.localBadge().asStateFlow()
}
}

View File

@@ -95,4 +95,4 @@ fun LibrarySheet(
}
}
}
}
}

View File

@@ -66,4 +66,4 @@ private fun TitleText(text: String) {
Box(Modifier.fillMaxWidth().padding(vertical = 8.dp), contentAlignment = Alignment.Center) {
Text(text, fontWeight = FontWeight.Bold, fontSize = 18.sp)
}
}
}

View File

@@ -75,4 +75,4 @@ fun LibrarySort(
)
}
}
}
}