Skip to content

Commit

Permalink
Modify IOS ScreenEdge to All
Browse files Browse the repository at this point in the history
Currently whenever I touch the screen the app crashes.

Note, that this isn't the real culprit but rather a workaround, for more info see:
rust-windowing#1843
  • Loading branch information
DAddYE committed Sep 29, 2021
1 parent 3b5462e commit d733ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform_impl/ios/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ impl Default for PlatformSpecificWindowBuilderAttributes {
valid_orientations: Default::default(),
prefers_home_indicator_hidden: false,
prefers_status_bar_hidden: false,
preferred_screen_edges_deferring_system_gestures: Default::default(),
preferred_screen_edges_deferring_system_gestures: Default::ALL,
}
}
}
}

0 comments on commit d733ba2

Please sign in to comment.