Add contact's status if present (Android)

This commit is contained in:
KnugiHK
2023-06-20 14:07:42 +08:00
parent 55bc62cdc1
commit 136152dc18
4 changed files with 22 additions and 7 deletions

View File

@@ -71,7 +71,8 @@ def rendering(
next,
my_avatar,
their_avatar,
their_avatar_thumb
their_avatar_thumb,
status
):
if their_avatar_thumb is None and their_avatar is not None:
their_avatar_thumb = their_avatar
@@ -84,7 +85,8 @@ def rendering(
their_avatar=their_avatar,
their_avatar_thumb=their_avatar_thumb,
w3css=w3css,
next=next
next=next,
status=status,
)
)