minor: ignore package unreasonable error

OmarHatem committed May 25, 2025 at 03:59 UTC df20e22faeb55b6ebe456ccd3ddbb1103535001f
1 file changed +1
lib/utils/exception_handler.dart
+1
@@ -219,6 +219,7 @@ class ExceptionHandler {
219 "invalid password",
220 "NetworkImage._loadAsync",
221 "SSLV3_ALERT_BAD_RECORD_MAC",
222 + "PlatformException(already_active, File picker is already active",
223 // Temporary ignored, More context: Flutter secure storage reads the values as null some times
224 // probably when the device was locked and then opened on Cake
225 // this is solved by a restart of the app