mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Elevate trending stickers panel item when it contains unread items
This commit is contained in:
@@ -59,6 +59,9 @@ private final class TrendingPaneEntry: Identifiable, Comparable {
|
||||
if lhs.installed != rhs.installed {
|
||||
return false
|
||||
}
|
||||
if lhs.unread != rhs.unread {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user