Profile on sidebar

This commit is contained in:
2025-09-04 22:05:59 +03:30
parent e3df396758
commit 9e3b816ef2
15 changed files with 173 additions and 13 deletions
@@ -1811,7 +1811,7 @@ private void addBubble(
if (days > 30) {
return "Last seen long time ago";
}
return "recently";
return "Last seen recently";
}
private void setDefaultHeaderAvatarByType(String type){