This commit is contained in:
Mark Qvist 2023-10-26 15:31:17 +02:00
parent 82fc8c06f0
commit fe8db4b950

View File

@ -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"