Skip to content

Commit

Permalink
Fix Startup From Pinned Shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Feb 6, 2025
1 parent 3c4f823 commit 0e1992e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ class MainActivity : AppCompatActivity() {
val intent = Intent(context, MainActivity::class.java).apply {
action = Intent.ACTION_VIEW
putExtra("exePath", selectedGameArray[1])
putExtra("exeArguments", selectedGameArray[3])
}

val pinShortcutInfo = ShortcutInfo.Builder(context, selectedGameArray[0])
Expand Down

0 comments on commit 0e1992e

Please sign in to comment.