|
@@ -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)
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|