https://bugs.kde.org/show_bug.cgi?id=519184
--- Comment #1 from Freya Lupen <[email protected]> --- Took another look at this and found the actual cause. Preceding the "Failed to enter fullscreen" message is > 04-06 11:08:29.668 21141 21141 W System.err: Caused by: > java.lang.NoSuchMethodError: No virtual method setFocusedByDefault(Z)V in > class Landroid/view/ViewGroup; or its super classes (declaration of > 'android.view.ViewGroup' appears in > /system/framework/framework.jar:classes2.dex) > 04-06 11:08:29.668 21141 21141 W System.err: at > org.qtproject.qt5.android.QtLayout.initializeFocus(r8-map-id-de68625f794a6cb9b53c29a96a04e6fb0261fa39ca10aef2ca0e6306d97babf2:8) setFocusedByDefault doesn't exist on Android 7 (nor does setFocusable). That causes QtLayout to break, which causes it to fail to go fullscreen. That function call was added by the "Android text input fixes" Qt patch (https://invent.kde.org/szaman/qtbase/-/merge_requests/12/). -- You are receiving this mail because: You are watching all bug changes.
