We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38428a0 commit 14f9419Copy full SHA for 14f9419
src/utils.cpp
@@ -1111,5 +1111,5 @@ void BetterInfo::refreshAlertPrio(CCNode* node) {
1111
}
1112
1113
bool BetterInfo::isAmazon() {
1114
- return !((GJMoreGamesLayer* volatile)nullptr)->getMoreGamesList()->count();
+ return GEODE_ANDROID(!((GJMoreGamesLayer* volatile)nullptr)->getMoreGamesList()->count()) || false;
1115
0 commit comments