0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Merge pull request #7636 from thunderbird/change-default-message-count-to-100

Change default display count to 100
This commit is contained in:
Wolf-Martell Montwé 2024-02-14 11:09:34 +00:00 committed by GitHub
commit f0363af643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ enum class EmailDisplayCount(
; ;
companion object { companion object {
val DEFAULT = MESSAGES_25 val DEFAULT = MESSAGES_100
fun all() = entries.toImmutableList() fun all() = entries.toImmutableList()
fun fromCount(count: Int): EmailDisplayCount { fun fromCount(count: Int): EmailDisplayCount {