QOL: Patient Manager Package performance improvements pt2

This commit is contained in:
2025-11-28 13:22:54 +02:00
parent 730c5d2bdf
commit cd8115c597
12 changed files with 83 additions and 122 deletions

View File

@@ -748,8 +748,6 @@ class _BuildAppointmentListState extends State<BuildAppointmentList> {
return Padding(
padding: EdgeInsets.symmetric(horizontal: getPaddingSize()),
child: ListView.builder(
physics: const NeverScrollableScrollPhysics(),
shrinkWrap: true,
itemCount: mzansiProfileProvider.personalHome
? mihCalendarProvider.personalAppointments!.length
: mihCalendarProvider.businessAppointments!.length,