Commit 2c3ccbb5 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

02-08-2025 By Sai Srinivas

Connection Online
parent 7959ada6
...@@ -224,10 +224,12 @@ class _SplashState extends State<Splash> { ...@@ -224,10 +224,12 @@ class _SplashState extends State<Splash> {
listen: false, listen: false,
); );
spalshProvider.initPackageInfo(); spalshProvider.initPackageInfo();
spalshProvider.handleVersionCheck(context); // spalshProvider.handleVersionCheck(context);
if (connection == 'Online') { if (connection == 'Online') {
print("camer here"); print("camer here");
spalshProvider.handleVersionCheck(context); spalshProvider.handleVersionCheck(context);
}else{
spalshProvider.handleVersionCheck(context);
} }
}); });
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment