mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 11:45:28 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user