Skip to content

Commit

Permalink
comment enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 16, 2024
1 parent 80a43ba commit 770392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ int main( int argc, char *argv[] )
#ifdef ANDROID
// See https://bugreports.qt.io/browse/QTBUG-86982 -> fix to make the predictive text disabled on Android
qputenv( "QT_ANDROID_ENABLE_WORKAROUND_TO_DISABLE_PREDICTIVE_TEXT", "1" );
// See issue #3431 -> disable Android accessibility features for the application
// See issue #3431 -> disable Android accessibility features to prevent ANRs
qputenv( "QT_ANDROID_DISABLE_ACCESSIBILITY", "1" );
#endif

Expand Down

1 comment on commit 770392d

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

Please sign in to comment.