From ee207d16412aa9383a203b55351d39a91b910959 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 25 Mar 2025 10:59:37 +0300 Subject: [PATCH] updates --- lib/utils/utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/utils.dart b/lib/utils/utils.dart index 1db194da..8720c8d0 100644 --- a/lib/utils/utils.dart +++ b/lib/utils/utils.dart @@ -42,7 +42,7 @@ class Utils { ), actions: [ AppButton( - onPressed: okFunction(), + onPressed: () => okFunction(), title: TranslationBase.of(context).noteConfirm, fontColor: Colors.white, color: AppGlobal.appGreenColor,