mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
fix: display thumbnail while scrubbing paused (#22164)
* fix: display thumbnail while scrubbing paused * pr feedback * pr feedback * tune timeout
This commit is contained in:
@@ -72,8 +72,6 @@ class TimelineState {
|
||||
}
|
||||
|
||||
class TimelineStateNotifier extends Notifier<TimelineState> {
|
||||
TimelineStateNotifier();
|
||||
|
||||
void setScrubbing(bool isScrubbing) {
|
||||
state = state.copyWith(isScrubbing: isScrubbing);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user