Skip to content

Commit 5b3b58a

Browse files
committed
Set placeholder text color
1 parent 96749ac commit 5b3b58a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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

0 commit comments

Comments
 (0)