Skip to content

Commit 9f382fa

Browse files
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent f8fb1f2 commit 9f382fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/ui/activity/TextEditorWebView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class TextEditorWebView : EditorWebView() {
4545

4646
val editor = editorUtils.getEditor(user.get(), file?.mimeType)
4747

48-
if (editor != null && editor.id == "onlyoffice") {
48+
if (editor != null && (editor.id == "onlyoffice" || editor.id == "eurooffice")) {
4949
webView.settings.userAgentString = generateOnlyOfficeUserAgent()
5050
}
5151

0 commit comments

Comments
 (0)