Skip to content

Commit

Permalink
Prevent TabBarView being scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Dec 18, 2024
1 parent 5be286e commit b5ba4d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class _TorrentDetailsModalSheetContentState
),
Expanded(
child: TabBarView(
physics: const NeverScrollableScrollPhysics(),
children: [
FilesTab(
torrent: widget.torrentModel.torrent!,
Expand Down

0 comments on commit b5ba4d0

Please sign in to comment.