From eccc94a019b9c6dcc6473640605eb14aa10d3c3f Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Mon, 5 May 2025 11:50:04 +0300 Subject: [PATCH] temp. ignore secure storage iOS issue --- lib/utils/exception_handler.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/exception_handler.dart b/lib/utils/exception_handler.dart index 7f6571f3f..e5b1c3579 100644 --- a/lib/utils/exception_handler.dart +++ b/lib/utils/exception_handler.dart @@ -225,7 +225,7 @@ class ExceptionHandler { // just ignoring until we find a solution to this issue or migrate from flutter secure storage "core/auth_service.dart:64", "core/key_service.dart:14", - "core/wallet_loading_service.dart:131", + "core/wallet_loading_service.dart:134", ]; static Future _addDeviceInfo(File file) async {