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 {
|
Future.delayed(const Duration(milliseconds: 250), () async {
|
||||||
try {
|
try {
|
||||||
/* final isUpdateNeeded = await checkVersion();
|
final isUpdateNeeded = await checkVersion();
|
||||||
if (isUpdateNeeded) return;*/
|
if (isUpdateNeeded) return;
|
||||||
|
|
||||||
final module = tokenService.appModule.value;
|
final module = tokenService.appModule.value;
|
||||||
final target = getTargetPage(module);
|
final target = getTargetPage(module);
|
||||||
|
|||||||
Reference in New Issue
Block a user