Skip to content

Commit

Permalink
android test
Browse files Browse the repository at this point in the history
  • Loading branch information
iArtie committed Jun 9, 2024
1 parent fb0092e commit f32c607
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,20 @@ class $modify(StatsCell)
}
};

#ifdef GEODE_IS_ANDROID
class $modify(CommentCell)
{
void draw()
{
auto scene = CCDirector::get()->getRunningScene();
if (!scene->getChildByID("ProfilePage")) {
StatsCell::draw();
}
}
};
#endif


class $modify(ProfilePage)
{

Expand Down

0 comments on commit f32c607

Please sign in to comment.