mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Cleanup
This commit is contained in:
parent
82fc8c06f0
commit
fe8db4b950
@ -278,6 +278,9 @@ class Messages():
|
|||||||
heading=heading_str,
|
heading=heading_str,
|
||||||
md_bg_color=msg_color,
|
md_bg_color=msg_color,
|
||||||
)
|
)
|
||||||
|
if not RNS.vendor.platformutils.is_android():
|
||||||
|
item.radius = dp(5)
|
||||||
|
|
||||||
item.sb_uid = m["hash"]
|
item.sb_uid = m["hash"]
|
||||||
item.m = m
|
item.m = m
|
||||||
item.ids.heading_text.theme_text_color = "Custom"
|
item.ids.heading_text.theme_text_color = "Custom"
|
||||||
|
Loading…
Reference in New Issue
Block a user