Skip to content

Commit

Permalink
fix(i18n): save image (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint authored and appdevelpo committed Feb 7, 2024
1 parent 68d8519 commit 18c7347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/widgets/cache_network_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _ThumnailPageState extends State<_ThumnailPage> {
);
if (mounted) {
final msg = result['isSuccess'] == true
? "common.save-success"
? 'common.save-success'.i18n
: result['errorMessage'];
showPlatformSnackbar(
context: context,
Expand Down

0 comments on commit 18c7347

Please sign in to comment.