mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Upgrade ktlint and add twitter compose rules.
This commit is contained in:
committed by
Greyson Parrelli
parent
52e9b31554
commit
605289aca4
@@ -35,7 +35,7 @@ data class FontManifest(
|
||||
@JsonProperty("chinese-traditional") val chineseTraditional: FontScript?,
|
||||
@JsonProperty("chinese-simplified") val chineseSimplified: FontScript?,
|
||||
val arabic: FontScript?,
|
||||
val japanese: FontScript?,
|
||||
val japanese: FontScript?
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
@@ -91,7 +91,9 @@ object Fonts {
|
||||
}
|
||||
|
||||
val fontDownloadKey = FontDownloadKey(
|
||||
version, supportedScript, font
|
||||
version,
|
||||
supportedScript,
|
||||
font
|
||||
)
|
||||
|
||||
val taskInProgress = taskCache[fontDownloadKey]
|
||||
|
||||
@@ -33,6 +33,6 @@ object TypefaceHelper {
|
||||
SEMI_BOLD(600),
|
||||
BOLD(700),
|
||||
EXTRA_BOLD(800),
|
||||
BLACK(900),
|
||||
BLACK(900)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user