Various improvements

This commit is contained in:
Ilya Laktyushin
2024-08-29 02:26:16 +04:00
parent e24ce90363
commit 0d1366e5cc
7 changed files with 40 additions and 13 deletions

View File

@@ -3658,7 +3658,7 @@ public class ChatListItemNode: ItemListRevealOptionsItemNode {
}
strongSelf.onlineNode.setImage(onlineIcon, color: item.presentationData.theme.list.itemCheckColors.foregroundColor, transition: .immediate)
if isSubscription {
if isSubscription, autoremoveTimeout == nil {
let starView: StarView
if let current = strongSelf.starView {
starView = current