Skip to content

Commit 14f9419

Browse files
authored
add android only isamazon
1 parent 38428a0 commit 14f9419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,5 +1111,5 @@ void BetterInfo::refreshAlertPrio(CCNode* node) {
11111111
}
11121112

11131113
bool BetterInfo::isAmazon() {
1114-
return !((GJMoreGamesLayer* volatile)nullptr)->getMoreGamesList()->count();
1114+
return GEODE_ANDROID(!((GJMoreGamesLayer* volatile)nullptr)->getMoreGamesList()->count()) || false;
11151115
}

0 commit comments

Comments
 (0)