We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f39da commit 39e3203Copy full SHA for 39e3203
app/src/main/kotlin/org/fossify/messages/helpers/ShortcutHelper.kt
@@ -65,7 +65,7 @@ class ShortcutHelper(private val context: Context) {
65
setPersons(persons)
66
setIntent(intent)
67
setRank(1)
68
- if (!conv.isGroupConversation && !conv.usesCustomTitle) {
+ if (!conv.isGroupConversation && !conv.usesCustomTitle && persons.isNotEmpty()) {
69
setIcon(persons[0].icon)
70
} else {
71
val icon = if (conv.isGroupConversation) {
0 commit comments