fix snackbar persistance, update dependancies

This commit is contained in:
yaso 2026-07-03 09:34:35 +02:00
parent 5a91d1e98e
commit 303022a352
9 changed files with 79 additions and 43 deletions

View file

@ -94,7 +94,7 @@ class _MihPackageTileState extends State<MihPackageTile> {
try {
final bool didBioAuth = await _auth.authenticate(
localizedReason: "Authenticate to access ${widget.packageName}",
options: const AuthenticationOptions(biometricOnly: false),
biometricOnly: false,
);
if (didBioAuth) {
return true;