mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Remove unnecessary haptic
This commit is contained in:
parent
cb41be3142
commit
b81da3e62d
@ -2929,7 +2929,7 @@ public final class ChatListNode: ListView {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if isHiddenItemVisible {
|
if isHiddenItemVisible && !self.currentState.hiddenItemShouldBeTemporaryRevealed {
|
||||||
if self.hapticFeedback == nil {
|
if self.hapticFeedback == nil {
|
||||||
self.hapticFeedback = HapticFeedback()
|
self.hapticFeedback = HapticFeedback()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user