Dola TENG преди 2 години
родител
ревизия
937a2d5e53

+ 1 - 1
app/src/dev/java/com/khmer9/yuki/config/Config.kt

@@ -70,5 +70,5 @@ object Config {
     const val Lotto_Live_APP_ID = "639d9a2475751a50f58beb0c"
     const val Lotto_Live_APP_NAME = "LottoLive"
     const val Lotto_Live_DOWNLOAD = ""
-    const val Lotto_Live_PACKAGE = ""
+    const val Lotto_Live_PACKAGE = "com.sambath.lottolive_wa855"
 }

+ 1 - 0
app/src/main/java/com/khmer9/wa855main/screen/main/MainFragment.kt

@@ -156,6 +156,7 @@ class MainFragment : BaseFragment(R.layout.layout_fragment_main_yuki) {
                                 doDownload(Config.Yuki_Live_DOWNLOAD, it.tokenData?.token)
                             }
                             Config.Lotto_Live_APP_ID -> {
+                                doDownload(Config.Lotto_Live_DOWNLOAD, it.tokenData?.token)
                             }
                         }
 

+ 9 - 0
app/src/main/java/com/khmer9/wa855main/screen/main/SubModuleFragment.kt

@@ -171,6 +171,15 @@ class SubModuleFragment : BaseFragment(R.layout.layout_sub_module) {
                             }
                         }
                         Config.Lotto_Live_APP_ID -> {
+                            (requireActivity() as ShareActivity).apply {
+                                val launchIntent = packageManager.getLaunchIntentForPackage(Config.Lotto_Live_PACKAGE)
+                                if (launchIntent != null) {
+                                    shareViewModel.getModuleToken(appId, launchIntent)
+                                } else {
+                                    shareViewModel.getModuleToken(appId, null)
+                                    //doDownload(LOTTO_PLUS_DOWNLOAD)
+                                }
+                            }
                         }
                     }
                 }

+ 2 - 2
app/src/prod/java/com/khmer9/lotto/config/Config.kt

@@ -68,7 +68,7 @@ object Config {
     const val TIGER_DRAGON_PACKAGE = ""
 
     const val Lotto_Live_APP_ID = "639d9a2475751a50f58beb0c"
-    const val Lotto_Live_APP_NAME = ""
+    const val Lotto_Live_APP_NAME = "LottoLive"
     const val Lotto_Live_DOWNLOAD = ""
-    const val Lotto_Live_PACKAGE = ""
+    const val Lotto_Live_PACKAGE = "com.sambath.lottolive_wa855"
 }