On android, since android 11, onPause is now call after last ui update possible. This causes the custom view blocking the screen to not be inserted in the view hierarchy. -> Use onWindowFocusChanged called when we can still update the UI |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||