Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Sep 28, 2024
1 parent 3e0f72e commit c253cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/pages/chat/widgets/ai_message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class DaySummaryWidget extends StatelessWidget {
var sentences = text.split('. ');
return ListView.builder(
shrinkWrap: true,
physics: const NeverScrollableScrollPhysics(),
itemCount: sentences.length,
itemBuilder: (context, index) {
return ListTile(
Expand Down

0 comments on commit c253cfa

Please sign in to comment.