Merge pull request #777 from naveensingh/fix_placeholder_color

Fix placeholder color and update commons
This commit is contained in:
Tibor Kaputa 2023-10-05 12:40:42 +02:00 committed by GitHub
commit 7341cfdf20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ class ArchivedConversationsActivity : SimpleActivity() {
private fun showOrHidePlaceholder(show: Boolean) {
binding.conversationsFastscroller.beGoneIf(show)
binding.noConversationsPlaceholder.beVisibleIf(show)
binding.noConversationsPlaceholder.setTextColor(getProperTextColor())
binding.noConversationsPlaceholder.text = getString(R.string.no_archived_conversations)
}

View File

@ -13,7 +13,7 @@ eventbus = "3.3.1"
#Room
room = "2.6.0-alpha03"
#Simple Mobile Tools
simple-commons = "6f1de7c819"
simple-commons = "b72ded2a75"
android-smsmms = "c3e678befd"
indicator-fast-scroll = "4524cd0b61"
#Gradle