Skip to content

Commit 7341cfd

Browse files
authored
Merge pull request #777 from naveensingh/fix_placeholder_color
Fix placeholder color and update commons
2 parents 96749ac + 3d6ab4c commit 7341cfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/ArchivedConversationsActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class ArchivedConversationsActivity : SimpleActivity() {
146146
private fun showOrHidePlaceholder(show: Boolean) {
147147
binding.conversationsFastscroller.beGoneIf(show)
148148
binding.noConversationsPlaceholder.beVisibleIf(show)
149+
binding.noConversationsPlaceholder.setTextColor(getProperTextColor())
149150
binding.noConversationsPlaceholder.text = getString(R.string.no_archived_conversations)
150151
}
151152

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ eventbus = "3.3.1"
1313
#Room
1414
room = "2.6.0-alpha03"
1515
#Simple Mobile Tools
16-
simple-commons = "6f1de7c819"
16+
simple-commons = "b72ded2a75"
1717
android-smsmms = "c3e678befd"
1818
indicator-fast-scroll = "4524cd0b61"
1919
#Gradle

0 commit comments

Comments
 (0)