Commit 1273da4e authored by 周文华's avatar 周文华

【修复】修复桌面shortcut跳转错误问题

parent b627119e
...@@ -32,7 +32,7 @@ object ShortcutUtils { ...@@ -32,7 +32,7 @@ object ShortcutUtils {
.setShortLabel("Split Pdf") .setShortLabel("Split Pdf")
.setIcon(Icon.createWithResource(this, R.mipmap.chaifen_shortcut)) .setIcon(Icon.createWithResource(this, R.mipmap.chaifen_shortcut))
.setIntent(Intent(Intent.ACTION_MAIN, null, this, SplashActivity::class.java).apply { .setIntent(Intent(Intent.ACTION_MAIN, null, this, SplashActivity::class.java).apply {
putExtra("actionId", ConstObject.SHORTCUT_MERGE_PDF) putExtra("actionId", ConstObject.SHORTCUT_SPLIT_PDF)
}) })
.build() .build()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment