mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Don't ask for Play Store rating in website builds.
This commit is contained in:
committed by
Greyson Parrelli
parent
d24a71bbd2
commit
38375982dd
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user