Cleanup
This commit is contained in:
parent
82fc8c06f0
commit
fe8db4b950
|
@ -278,6 +278,9 @@ class Messages():
|
|||
heading=heading_str,
|
||||
md_bg_color=msg_color,
|
||||
)
|
||||
if not RNS.vendor.platformutils.is_android():
|
||||
item.radius = dp(5)
|
||||
|
||||
item.sb_uid = m["hash"]
|
||||
item.m = m
|
||||
item.ids.heading_text.theme_text_color = "Custom"
|
||||
|
|
Loading…
Reference in New Issue