Skip to content

Commit 5f56558

Browse files
authored
Merge pull request #175 from amitamrutiya2210/issue-174-fix-notification-dialogue
Fix the new torrent download list in the notification dialog.
2 parents d9b4272 + 896ddfa commit 5f56558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Components/notification_popup_dialogue_container.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import 'package:flutter/material.dart';
66
import 'package:provider/provider.dart';
77

88
Widget notificationPopupDialogueContainer({required BuildContext context}) {
9+
NotificationApi.getNotifications(context: context);
910
return (Provider.of<HomeProvider>(context)
1011
.notificationModel
1112
.notifications

0 commit comments

Comments
 (0)