Skip to content

Commit

Permalink
snackbar info of preparing playlist for share
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Mar 29, 2024
1 parent cbbc604 commit 96f6e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/screens/screen/library_views/more_opts_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ void showPlaylistOptsSheet(BuildContext context, String playlistName) {
),
onTap: () async {
Navigator.pop(context);
SnackbarService.showMessage(
"Preparing $playlistName for share");
final _tmpPath =
await BloomeeFileManager.exportPlaylist(playlistName);
_tmpPath != null
Expand Down

0 comments on commit 96f6e0f

Please sign in to comment.