Skip to content

Commit

Permalink
skeletonizer more pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
FaFre committed Jun 6, 2024
1 parent fccfd59 commit e862a70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class ChatArchiveDetailScreen extends HookConsumerWidget {
),
body: Skeletonizer(
enabled: chatAsync.isLoading,
justifyMultiLineText: false,
child: chatAsync.when(
data: (data) => Markdown(
data: data,
Expand Down Expand Up @@ -129,7 +130,7 @@ class ChatArchiveDetailScreen extends HookConsumerWidget {
);
},
loading: () => const Bone.multiText(
lines: 10,
lines: 15,
),
),
),
Expand Down

0 comments on commit e862a70

Please sign in to comment.