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:Mzansi_Innovation_Hub/mih_packages/authentication/biometric_check.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
@@ -63,9 +62,8 @@ class _AuthCheckState extends State<AuthCheck> {
|
|||||||
} else if (snapshot.data == false) {
|
} else if (snapshot.data == false) {
|
||||||
return const SignInOrRegister();
|
return const SignInOrRegister();
|
||||||
} else {
|
} else {
|
||||||
return
|
return const SizedBox(width: 5, height: 5);
|
||||||
// const SizedBox(width: 5, height: 5);
|
// const Mihloadingcircle();
|
||||||
const Mihloadingcircle();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user