Skip to content

Commit

Permalink
Fix "resizeable_activity" in cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark authored and Ralith committed Oct 16, 2024
1 parent d0afdd3 commit 4703b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ theme = "@android:style/Theme.Black.NoTitleBar.Fullscreen"
config_changes = "density|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|uiMode"
launch_mode = "singleTask"
orientation = "landscape"
resizeable_activity = "false"
resizeable_activity = false

[[package.metadata.android.application.activity.intent_filter]]
actions = ["android.intent.action.MAIN"]
Expand Down

0 comments on commit 4703b18

Please sign in to comment.