diff --git a/src/plugins/android/androidmanifesteditorfactory.cpp b/src/plugins/android/androidmanifesteditorfactory.cpp index 15114918b54..93f0d9a4ea7 100644 --- a/src/plugins/android/androidmanifesteditorfactory.cpp +++ b/src/plugins/android/androidmanifesteditorfactory.cpp @@ -15,7 +15,7 @@ using namespace Android::Internal; AndroidManifestEditorFactory::AndroidManifestEditorFactory() : m_actionHandler(Constants::ANDROID_MANIFEST_EDITOR_ID, Constants::ANDROID_MANIFEST_EDITOR_CONTEXT, - TextEditor::TextEditorActionHandler::None, + TextEditor::TextEditorActionHandler::UnCommentSelection, [](Core::IEditor *editor) { return static_cast(editor)->textEditor(); }) { setId(Constants::ANDROID_MANIFEST_EDITOR_ID);