mirror of
https://github.com/yattee/yattee.git
synced 2025-01-08 22:07:10 +00:00
Fix showing restore segment button
This commit is contained in:
parent
69f0fd295a
commit
abdb6d6512
@ -102,6 +102,7 @@ extension PlayerModel {
|
|||||||
DispatchQueue.main.async { [weak self] in
|
DispatchQueue.main.async { [weak self] in
|
||||||
withAnimation {
|
withAnimation {
|
||||||
self?.lastSkipped = nil
|
self?.lastSkipped = nil
|
||||||
|
self?.controls.objectWillChange.send()
|
||||||
}
|
}
|
||||||
self?.segmentRestorationTime = nil
|
self?.segmentRestorationTime = nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user