mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Reduce size of file browser UI even more when using OSK to fix obscuring on newer Android
This commit is contained in:
@@ -513,7 +513,7 @@ namespace PortabilityLayer
|
||||
if (PortabilityLayer::HostSystemServices::GetInstance()->IsTextInputObstructive())
|
||||
{
|
||||
dialogID = kFileBrowserUISaveDialogUnobstructiveTemplateID;
|
||||
windowHeight = 240;
|
||||
windowHeight = 208;
|
||||
isObstructive = true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user