From 5c764130e8be5c769e9e07410b27080af054678d Mon Sep 17 00:00:00 2001 From: Talis <95105680+TheSillyDoggo@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:02:31 +1100 Subject: [PATCH] maybe fix crash I'm doing this on my phone rn --- src/Client/AndroidUI.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();