You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use DisplayManager instead of context.display for refresh rate
On Android 11+ (API 30), calling context.display on applicationContext
throws UnsupportedOperationException because application context is not
a "visual context". Use DisplayManager.getDisplay(DEFAULT_DISPLAY)
instead, which works with any context type.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments