Ver código fonte

feat: google url

tongmengxiao 3 meses atrás
pai
commit
c650cf775f

+ 1 - 1
home/src/main/java/com/swago/home/update/UpdateDialog.kt

@@ -56,7 +56,7 @@ class UpdateDialog : BaseXDFragment<DialogUpdateBinding>() {
                     if (SwagoInfo.isGooglePackage()) {
                         val intent = Intent(Intent.ACTION_VIEW)
                         intent.data =
-                            Uri.parse("market://details?id=${AppContext.getContext().packageName}")
+                            Uri.parse("https://play.google.com/store/apps/details?id=${AppContext.getContext().packageName}")
                         startActivity(intent)
                     } else {
                         val intent = Intent()