Skip to content

Commit

Permalink
Remove useless params
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Oct 31, 2024
1 parent 6dc60fb commit 8a0c93d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/view/puzzle/puzzle_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ class _MaterialTabBodyState extends ConsumerState<_MaterialTabBody> {
children: [
Expanded(
child: AnimatedList(
shrinkWrap: true,
physics: const ClampingScrollPhysics(),
key: _listKey,
initialItemCount: _angles.length,
controller: puzzlesScrollController,
Expand Down

0 comments on commit 8a0c93d

Please sign in to comment.