Browse Source

[new]修复引力引擎问题

zk 2 tháng trước cách đây
mục cha
commit
8685fd4006
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/sdk/gravity/gravity_helper.dart

+ 1 - 1
lib/sdk/gravity/gravity_helper.dart

@@ -25,7 +25,7 @@ class GravityHelper {
   static bool isInit = false;
 
   static init() {
-    if (!isInit) {
+    if (isInit) {
       return;
     }
     isInit = true;