Bug(ui): Can't save Torrent Options
Bug description
The Torrent Options can't be saved since the UI is closed every time the back gesture is used to close the keyboard. You can see the video below. Also, an improvement for Files list UI is it should be expanded if clicked anywhere in the folder name.
Logs
No response
qBitController version
Latest debug version with new UI (from actions page)
qBittorrent version
v4.6.7
Android version
14
Additional details
Here is the video (too large so I can't upload to github): https://streamable.com/z630kq
I just noticed this a few minutes ago as well, tapping the screen immediately dismisses the dialogs. I’m pretty sure it didn’t behave like this before, so I’ll look into it tomorrow. You can still close the keyboard using the arrow at the bottom left without closing the dialog.
I’ve reported this on Google’s issue tracker: https://issuetracker.google.com/issues/417371521 I’ll look into finding a workaround in the meantime.
How about creating an invisible layer under dialog? When user click on that layer, dismiss it and the dialog.
I tried creating a full-screen dialog and placing the content in the center of the screen, but it requires handling a lot of things manually. I'm not sure it's a viable solution.