Skip to content

Commit

Permalink
code layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 16, 2024
1 parent 8a4cd17 commit 80a43ba
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 @@ -459,7 +459,7 @@ int main( int argc, char *argv[] )
// 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
qputenv("QT_ANDROID_DISABLE_ACCESSIBILITY", "1");
qputenv( "QT_ANDROID_DISABLE_ACCESSIBILITY", "1" );
#endif

// AppSettings has to be initialized after QGIS app init (because of correct reading/writing QSettings).
Expand Down

0 comments on commit 80a43ba

Please sign in to comment.