diff --git a/lib/pages/section/section_page.dart b/lib/pages/section/section_page.dart index b1a5190..c7f31a5 100644 --- a/lib/pages/section/section_page.dart +++ b/lib/pages/section/section_page.dart @@ -183,7 +183,7 @@ class _SectionPageView extends StatelessWidget { Expanded( child: Padding( padding: EdgeInsets.symmetric(horizontal: 10.w), - child: NestedPageView.builder( + child: PageView.builder( itemCount: bloc.unlockPageCount(), controller: bloc.pageController, onPageChanged: (int index) {