summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FramebufferManager.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-05-12 22:51:06 +0200
committerJosJuice <josjuice@gmail.com>2025-10-30 21:22:41 +0100
commit1b8a54024c6be2453345d57064ae73647e7a1e44 (patch)
tree79c204518eeb3808ea83f4717e7c5e4996504da1 /Source/Core/VideoCommon/FramebufferManager.cpp
parentf8ebd27766fb87bb657ff86db92c36bffa8e13a4 (diff)
Android: Expand bottom sheets on devices with touch too
In a few places in Dolphin, we're using BottomSheetDialogFragments. These unhelpfully tend to start out in a "collapsed" state when in landscape mode (presumably depending on factors like screen size). The user then has to manually expand them before they can meaningfully interact with them. We've been automatically setting BottomSheetDialogFragments to the expanded state if the device Dolphin is running on doesn't support touch, since with d-pad navigation it's impossible to expand these sheets. But I think we should set them to expanded on devices that support touch too. I haven't encountered a single case where you can do anything useful with any of Dolphin's BottomSheetDialogFragments while they're collapsed, so the user always has to expand sheets manually if they start out collapsed. And just because a device supports touch doesn't necessarily mean you're interacting with it through the touch screen right now - you could be using a gamepad, for instance.
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions