chore: update activity analytics scroll physics (#4737)

This commit is contained in:
ggurdin 2025-11-21 12:29:59 -05:00 committed by GitHub
parent f1246fae6a
commit 35ffefbfd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ class ActivityArchive extends StatelessWidget {
return MaxWidthBody(
withScrolling: false,
child: ListView.builder(
physics: const ClampingScrollPhysics(),
itemCount: archive.length + 1,
itemBuilder: (BuildContext context, int i) {
if (i == 0) {