Browse Source
- Move setupTransparentOverlay() from onCreate to onResume to avoid null window - Add try-catch block to handle WindowInsetsController access errors - Add null-safety checks for window operations - Prevent crash when accessing insetsController before window is ready Fixes: NullPointerException when accessing WindowInsetsController Error: 'getWindowInsetsController()' on a null object reference 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>feature/modern-capture-ui
1 changed files with 21 additions and 13 deletions
Loading…
Reference in new issue