mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Story fixes
This commit is contained in:
@@ -336,7 +336,7 @@ public final class ChatListNavigationBar: Component {
|
||||
storiesUnlocked = false
|
||||
}
|
||||
|
||||
if allowAvatarsExpansion && transition.animation.isImmediate {
|
||||
if allowAvatarsExpansion, transition.animation.isImmediate, let storySubscriptions = component.storySubscriptions, !storySubscriptions.items.isEmpty {
|
||||
if self.storiesUnlocked != storiesUnlocked {
|
||||
if storiesUnlocked {
|
||||
HapticFeedback().tap()
|
||||
|
||||
Reference in New Issue
Block a user