mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-31 16:04:08 +01:00
Automatic Lint
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
|
||||
package ca.gosyer.jui.core.io
|
||||
|
||||
expect interface Serializable
|
||||
expect interface Serializable
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
|
||||
package ca.gosyer.jui.core.io
|
||||
|
||||
actual typealias Serializable = java.io.Serializable
|
||||
actual typealias Serializable = java.io.Serializable
|
||||
|
||||
@@ -19,7 +19,7 @@ data class Source(
|
||||
val isConfigurable: Boolean,
|
||||
val isNsfw: Boolean,
|
||||
val displayName: String
|
||||
): JvmSerializable {
|
||||
) : JvmSerializable {
|
||||
val displayLang: String
|
||||
get() = if (id == LOCAL_SOURCE_ID) {
|
||||
"other"
|
||||
|
||||
@@ -115,7 +115,7 @@ private fun MangaInfo(manga: Manga, modifier: Modifier = Modifier) {
|
||||
}
|
||||
val sourceText = manga.source?.displayName ?: manga.sourceId.toString()
|
||||
Text(
|
||||
text = stringResource(manga.status.res) + " • " + sourceText,
|
||||
text = stringResource(manga.status.res) + " • " + sourceText,
|
||||
fontSize = 18.sp,
|
||||
fontWeight = FontWeight.SemiBold
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user