Skip to content

Commit

Permalink
Fix shortcuts not working properly by #1493
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Nov 24, 2024
1 parent 424da6b commit 0ff80c8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class AppActivity : M3Activity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

if (savedInstanceState == null) {
parseImage(intent)
}
if (savedInstanceState == null) parseImage(intent)

setContentWithWindowSizeClass {
RootContent(component = component)
Expand Down

0 comments on commit 0ff80c8

Please sign in to comment.