Simplification

This commit is contained in:
M66B
2019-09-10 09:05:21 +02:00
parent 3369ef9431
commit 541de9e257
7 changed files with 13 additions and 13 deletions

View File

@@ -813,7 +813,7 @@ public class Helper {
return sb.toString();
}
static boolean isPlayStoreInstall(Context context) {
static boolean isPlayStoreInstall() {
return BuildConfig.PLAY_STORE_RELEASE;
}