Skip to content

Commit

Permalink
Wait to dispose page controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot committed Mar 19, 2020
1 parent a774df9 commit 29c3755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ui/screens/checkup/checkup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class _CheckupScreenBodyState extends State<CheckupScreenBody> {

@override
void dispose() {
_pageController.dispose();
super.dispose();
_pageController.dispose();
}

void _handlePageChange(int index) {
Expand Down

0 comments on commit 29c3755

Please sign in to comment.