Skip to content

Commit

Permalink
adding comment to new method
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jun 10, 2024
1 parent 0274229 commit d4fa42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/project/MMProjectController.qml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Item {
}

function switchPage( tab, state ) {
tab.searchBarInput.focus = false
tab.searchBarInput.focus = false // prevent app freezing following https://github.com/MerginMaps/mobile/issues/3389
projectsPage.state = state
}
}
Expand Down

1 comment on commit d4fa42e

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

Please sign in to comment.