Don't ask for Play Store rating in website builds.

This commit is contained in:
Leptopoda
2021-02-11 13:10:25 +01:00
committed by Greyson Parrelli
parent d24a71bbd2
commit 38375982dd
3 changed files with 4 additions and 17 deletions

View File

@@ -11,9 +11,6 @@ import org.thoughtcrime.securesms.BuildConfig;
public final class PlayStoreUtil {
private PlayStoreUtil() {
}
public static void openPlayStoreOrOurApkDownloadPage(@NonNull Context context) {
if (BuildConfig.PLAY_STORE_DISABLED) {
CommunicationActions.openBrowserLink(context, "https://signal.org/android/apk");