Fix showing restore segment button

This commit is contained in:
Arkadiusz Fal 2022-06-26 16:09:56 +02:00
parent 69f0fd295a
commit abdb6d6512

View File

@ -102,6 +102,7 @@ extension PlayerModel {
DispatchQueue.main.async { [weak self] in
withAnimation {
self?.lastSkipped = nil
self?.controls.objectWillChange.send()
}
self?.segmentRestorationTime = nil
}