Acc_no_drop_down_functionality
This commit is contained in:
@@ -53,7 +53,7 @@ class KMobile extends StatelessWidget {
|
||||
builder: (context, state) {
|
||||
// Handle different authentication states
|
||||
if (state is AuthInitial || state is AuthLoading) {
|
||||
return const _SplashScreen();
|
||||
return const SplashScreen();
|
||||
}
|
||||
|
||||
if(state is ShowBiometricPermission){
|
||||
@@ -73,8 +73,8 @@ class KMobile extends StatelessWidget {
|
||||
}
|
||||
|
||||
// Simple splash screens component
|
||||
class _SplashScreen extends StatelessWidget {
|
||||
const _SplashScreen();
|
||||
class SplashScreen extends StatelessWidget {
|
||||
const SplashScreen();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user