mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Update ktlint to 1.5.0.
This commit is contained in:
@@ -178,12 +178,10 @@ class ChatColors(
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun forGradient(id: Id, linearGradient: LinearGradient): ChatColors =
|
||||
ChatColors(id, linearGradient, null)
|
||||
fun forGradient(id: Id, linearGradient: LinearGradient): ChatColors = ChatColors(id, linearGradient, null)
|
||||
|
||||
@JvmStatic
|
||||
fun forColor(id: Id, @ColorInt color: Int): ChatColors =
|
||||
ChatColors(id, null, color)
|
||||
fun forColor(id: Id, @ColorInt color: Int): ChatColors = ChatColors(id, null, color)
|
||||
}
|
||||
|
||||
sealed class Id(val longValue: Long) : Parcelable {
|
||||
|
||||
Reference in New Issue
Block a user