Skip to content
Commit ab598bc5 authored by Volker Krause's avatar Volker Krause
Browse files

Work around the Android back key closing the app on secondary layers

Secondary layers on Android don't seem to get focus by default, which
results in the back key event falling through to the default handling
in Qt, which closes the app.

This is highly undesired and happens for secondary pages that were never
interacted with (and thus never got focus). To work around this we now
force focus on the top layer whenever that changes.
parent a61c0e2b
Pipeline #416358 failed with stage
in 1 minute and 37 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment