fix snackbar persistance, update dependancies
This commit is contained in:
parent
5a91d1e98e
commit
303022a352
9 changed files with 79 additions and 43 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue