forked from yaso_meth/mih-project
Merge pull request #42 from yaso-meth/BUG-Graphical-Flicker-post-fingerprint-check
remove loading icon before finger print
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import 'package:Mzansi_Innovation_Hub/mih_components/mih_pop_up_messages/mih_loading_circle.dart';
|
||||
import 'package:Mzansi_Innovation_Hub/mih_packages/authentication/biometric_check.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
@@ -63,9 +62,8 @@ class _AuthCheckState extends State<AuthCheck> {
|
||||
} else if (snapshot.data == false) {
|
||||
return const SignInOrRegister();
|
||||
} else {
|
||||
return
|
||||
// const SizedBox(width: 5, height: 5);
|
||||
const Mihloadingcircle();
|
||||
return const SizedBox(width: 5, height: 5);
|
||||
// const Mihloadingcircle();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user