Detekt: enable rule exceptions.SwallowedException and fix existing issue.

This commit is contained in:
Benoit Marty 2025-12-05 09:45:23 +01:00
parent d0df2cd088
commit 54e742075d
16 changed files with 20 additions and 20 deletions

View file

@ -71,7 +71,7 @@ class DefaultPinCodeManager(
lockScreenStore.onWrongPin()
}
}
} catch (failure: Throwable) {
} catch (_: Throwable) {
false
}
}