Make sure to apply latest configuration to resources
When app is transferred from split-screen mode to fullscreen and the app doesn't handle configuration change, relaunch is scheduled with non-empty override config corresponding to fullscreen size. This override config is then used in instance of DisplayAdjustments and in size/metrics calculations in corresponding methods of Display class. To obtain correct values in fullscreen mode override config should be empty. Configuration change that follows relaunch has correct (empty) override config, but it is not really applied for resources because final config matched current activity config. Bug: 30185335 Change-Id: I95fb69e0c229c2c6b0c1cd79e9d60556de579ae4
Loading
Please register or sign in to comment