mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-04 05:47:26 +00:00
a654f72f62
This provides an API to access `Configuration` state for the application without having to make deep copies of the large `Configuration` struct. This should avoid the need for Winit to create a global static copy of the Configuration whenever it changes - and instead it can just get a `ConfigurationRef` which will always reflect the latest config for the application. Fixes: #5