Skip to content

Commit

Permalink
fix the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinNouh21 committed Jan 9, 2025
1 parent 68720de commit 9dcb376
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class AutoScrollNotifier extends AutoDisposeNotifier<AutoScrollState> {
await Future.delayed(Duration(milliseconds: 100));
_startScrolling();
} catch (e, stackTrace) {

// Fallback state reset
state = state.copyWith(
isLoading: false,
Expand Down Expand Up @@ -160,8 +159,7 @@ class AutoScrollNotifier extends AutoDisposeNotifier<AutoScrollState> {
timer.cancel();
state = state.copyWith(isPlaying: false);
}
} else {
}
} else {}
});
}

Expand Down

0 comments on commit 9dcb376

Please sign in to comment.