fix : app update with MR.Nima
This commit is contained in:
@@ -151,8 +151,8 @@ class SplashLogic extends GetxController with GetTickerProviderStateMixin {
|
||||
|
||||
Future.delayed(const Duration(milliseconds: 250), () async {
|
||||
try {
|
||||
/* final isUpdateNeeded = await checkVersion();
|
||||
if (isUpdateNeeded) return;*/
|
||||
final isUpdateNeeded = await checkVersion();
|
||||
if (isUpdateNeeded) return;
|
||||
|
||||
final module = tokenService.appModule.value;
|
||||
final target = getTargetPage(module);
|
||||
|
||||
Reference in New Issue
Block a user