Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Mar 5, 2025
1 parent 7c1fba3 commit 4c6d977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Jazz2/UI/Menu/UserProfileOptionsSection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ namespace Jazz2::UI::Menu
if (x < 0.2f && y < 80.0f) {
_root->PlaySfx("MenuSelect"_s, 0.5f);
auto& app = static_cast<AndroidApplication&>(theApplication());
app.ShowSoftInput();
//app.ShowSoftInput();
app.ToggleSoftInput();
RecalcLayoutForSoftInput();
return;
}
Expand Down

0 comments on commit 4c6d977

Please sign in to comment.