|
|
|
|
@ -205,7 +205,8 @@ class PossibleConditionsPage extends StatelessWidget {
|
|
|
|
|
final SymptomsCheckerViewModel symptomsCheckerViewModel = context.read<SymptomsCheckerViewModel>();
|
|
|
|
|
symptomsCheckerViewModel.reset(); // Clear all symptoms checker data
|
|
|
|
|
final navigationService = getIt.get<NavigationService>();
|
|
|
|
|
navigationService.replaceAllRoutesAndNavigateToLanding();
|
|
|
|
|
// navigationService.replaceAllRoutesAndNavigateToLanding();
|
|
|
|
|
navigationService.replaceAllRoutesAndNavigateToLandingAuth();
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
trailing: _buildTrailingSection(context),
|
|
|
|
|
|