mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-07 14:35:29 +01:00
Always render message details bubbles in no-wallpaper mode.
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user