diff --git a/src/Client/AndroidUI.h b/src/Client/AndroidUI.h index f021e36..9b2edfe 100644 --- a/src/Client/AndroidUI.h +++ b/src/Client/AndroidUI.h @@ -582,7 +582,8 @@ class $modify (AchievementNotifier) { if (p0->getChildByID("android-ball")) { - p0->getChildByID("android-ball")->removeFromParent(); + //p0->getChildByID("android-ball")->removeFromParent(); +return; } auto andBall = AndroidBall::create();