mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 13:59:48 +01:00
spacing
Signed-off-by: Giacomo Pacini <giacomopacini98@gmail.com>
This commit is contained in:
parent
4fa06520ea
commit
20a94f0ef3
@ -81,7 +81,7 @@ class TalkSpecificViewThemeUtils @Inject constructor(
|
||||
|
||||
val bgBubbleColor = if (deleted) {
|
||||
resources.getColor(R.color.bg_message_list_incoming_bubble_deleted, null)
|
||||
} else if (isPlayed){
|
||||
} else if (isPlayed) {
|
||||
resources.getColor(R.color.bg_message_list_incoming_bubble_audio_played, null)
|
||||
} else {
|
||||
resources.getColor(R.color.bg_message_list_incoming_bubble, null)
|
||||
|
Loading…
Reference in New Issue
Block a user