fix: encrypted files

This commit is contained in:
Sorunome 2021-08-29 15:18:02 +02:00
commit 721b444965
3 changed files with 7 additions and 8 deletions

View file

@ -76,7 +76,7 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
Logs().v('Could not download audio file', e, s);
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(e.toLocalizedString(context)),
content: Text(e.toString()),
),
);
}