Skip to content

Commit 3d47ccd

Browse files
committed
Remove notification request on episode download as this can cause an issue on iOS. Needs reworking.
1 parent 8b842af commit 3d47ccd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/bloc/podcast/podcast_bloc.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ class PodcastBloc extends Bloc {
309309

310310
_refresh();
311311

312-
await notificationService.requestPermissionsIfNotGranted();
313-
314312
var result = await downloadService.downloadEpisode(e);
315313

316314
// If there was an error downloading the episode, push an error state

0 commit comments

Comments
 (0)