From 41bd1bc16c90131520342b128b5074f6c055f9f7 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Sun, 22 Dec 2024 18:22:00 +0200 Subject: [PATCH] minor [skip ci] --- 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 357a69fa6..2d2837457 100644 --- a/lib/utils/exception_handler.dart +++ b/lib/utils/exception_handler.dart @@ -219,7 +219,7 @@ class ExceptionHandler { // probably when the device was locked and then opened on Cake // this is solved by a restart of the app // just ignoring until we find a solution to this issue or migrate from flutter secure storage - "core/auth_service.dart:63", + "core/auth_service.dart:64", "core/key_service.dart:14", "core/wallet_loading_service.dart:133", ];