diff --git a/app/main.cpp b/app/main.cpp index 4462bc4b3..3ddf8356a 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -456,8 +456,6 @@ int main( int argc, char *argv[] ) init_qgis( appBundleDir ); #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 to prevent ANRs qputenv( "QT_ANDROID_DISABLE_ACCESSIBILITY", "1" ); #endif diff --git a/app/qml/components/private/MMBaseSingleLineInput.qml b/app/qml/components/private/MMBaseSingleLineInput.qml index b5ac199a1..a0c124dc3 100644 --- a/app/qml/components/private/MMBaseSingleLineInput.qml +++ b/app/qml/components/private/MMBaseSingleLineInput.qml @@ -161,8 +161,6 @@ MMBaseInput { leftPadding: leftContentGroupContainer.visible ? 0 : __style.margin20 rightPadding: rightContentGroupContainer.visible ? 0 : __style.margin20 - inputMethodHints: Qt.ImhNoPredictiveText - placeholderTextColor: __style.darkGreyColor font: __style.p5