From 18780016bff92920bc9fd7f73f48639712641fa4 Mon Sep 17 00:00:00 2001 From: Myp3a Date: Thu, 18 Dec 2025 16:22:46 +0300 Subject: [PATCH] main_page: use parent context for low performance notification --- lib/src/pages/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/pages/main.dart b/lib/src/pages/main.dart index 5f7fd98..0795525 100644 --- a/lib/src/pages/main.dart +++ b/lib/src/pages/main.dart @@ -67,7 +67,7 @@ class _MainPageState extends State { (!isDesktop) ? showDialog( context: context, - builder: (context) => LpNotificationDialog( + builder: (_) => LpNotificationDialog( lpInfo: context.read(), ), )