Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Viewer Scanner White
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
PDF Viewer Scanner White
Commits
1273da4e
Commit
1273da4e
authored
Dec 17, 2024
by
周文华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修复】修复桌面shortcut跳转错误问题
parent
b627119e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ShortcutUtils.kt
...ava/com/base/pdfviewerscannerwhite/utils/ShortcutUtils.kt
+1
-1
No files found.
app/src/main/java/com/base/pdfviewerscannerwhite/utils/ShortcutUtils.kt
View file @
1273da4e
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment