Skip to content

Commit

Permalink
remove duplicated feedback widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Feb 14, 2024
1 parent 5bcbe10 commit fb89e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Future<void> main() async {
create: (context) => DownloadManagerCubit(
const DownloadManagerState(), context.read<PlayerCubit>()),
)
], child: BetterFeedback(child: const MyApp())),
], child: const MyApp()),
));
}

Expand Down

0 comments on commit fb89e03

Please sign in to comment.