Skip to content

Commit

Permalink
maybe fix crash I'm doing this on my phone rn
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo authored Jan 24, 2024
1 parent 286b6a5 commit 5c76413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Client/AndroidUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5c76413

Please sign in to comment.