Add back private PlayStoreUtil constructor.

It was taken out in a public PR, thought I added it back in, but
apparently didn't.
This commit is contained in:
Greyson Parrelli
2021-03-16 11:35:18 -04:00
parent 796fdb1cf6
commit 8b50d8645a

View File

@@ -11,6 +11,8 @@ 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");