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