kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add back private PlayStoreUtil constructor.
It was taken out in a public PR, thought I added it back in, but apparently didn't.fork-5.53.8
rodzic
796fdb1cf6
commit
8b50d8645a
|
@ -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");
|
||||
|
|
Ładowanie…
Reference in New Issue