Merge pull request #777 from naveensingh/fix_placeholder_color
Fix placeholder color and update commons
This commit is contained in:
commit
7341cfdf20
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue