Skip to content

Commit

Permalink
fixing formPage freezing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jun 11, 2024
1 parent c1b96cd commit e6d3b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/qml/form/MMFormController.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Item {
]

onStateChanged: {
// Prevent freezing by clearing focus from all elements
// See more: https://github.com/MerginMaps/mobile/issues/3483
root.forceActiveFocus()

switch( state ) {
case "form":
case "preview":
Expand Down

1 comment on commit e6d3b8f

@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.6.632212 just submitted!

Please sign in to comment.