remove resfresh in calendar package

This commit is contained in:
2025-03-17 11:05:39 +02:00
parent acc00cbed5
commit b6a4517879

View File

@@ -41,10 +41,6 @@ class _MzansiCalendarState extends State<MzansiCalendar> {
iconSize: 35,
onTap: () {
Navigator.of(context).pop();
Navigator.of(context).popAndPushNamed(
'/',
arguments: AuthArguments(widget.arguments.personalSelected, false),
);
},
);
}