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