Always render message details bubbles in no-wallpaper mode.
This commit is contained in:
parent
2ef0032a33
commit
2d2a871194
@ -17,7 +17,7 @@ sealed class ConversationItemDisplayMode(val messageMode: MessageMode = MessageM
|
||||
object Starred : ConversationItemDisplayMode()
|
||||
|
||||
fun displayWallpaper(): Boolean {
|
||||
return this == Standard || this == Detailed
|
||||
return this == Standard
|
||||
}
|
||||
|
||||
enum class MessageMode {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user