Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ud-SDK-Flutter-Sample-App into ws/feat/filter-deleted-user
  • Loading branch information
kornsitti committed Jul 26, 2024
2 parents adc73db + 2034d97 commit e29063e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/widget/message_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ class AmityMessageContentWidget extends StatelessWidget {
onPressed: () {},
icon: const Icon(Icons.attach_file_rounded),
label: Text(
data.file!.getFilePath!.split('/').last,
data.file?.getFilePath?.split('/').last ?? data.file?.getUrl ?? "",
),
)
: Container(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_social_sample_app
description: Demonstrates how to use the flutter_application_1 plugin.
version: 1.1.46+61
version: 1.1.47+62



Expand Down

0 comments on commit e29063e

Please sign in to comment.