Skip to content

Commit

Permalink
fixing second method to reproduce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 23, 2024
1 parent 5aab35d commit 3df4c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/form/MMFormPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ Page {
}

function onOpenLinkedFeature( linkedFeature ) {
root.forceActiveFocus() //prevent app freeze as mentioned in issue #3538
root.openLinkedFeature( linkedFeature )
}
}
Expand Down

1 comment on commit 3df4c47

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.7.643211 just submitted!

Please sign in to comment.