Android: remove MonitorHandle support

Because we don't want to force all methods on `VideoModeHandle` to return `Option`, we decided to remove the already incomplete support in Android for both types.
This commit is contained in:
daxpedda 2024-07-26 15:59:17 +02:00
parent 58142680ce
commit 3bab4ef4fb
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F
2 changed files with 27 additions and 46 deletions

View file

@ -122,6 +122,7 @@ changelog entry.
- Remove `Touch::id` in favor of `Touch::finger_id`.
- Remove `MonitorHandle::size()` and `refresh_rate_millihertz()` in favor of
`MonitorHandle::current_video_mode()`.
- On Android, remove all `MonitorHandle` support instead of emitting false data.
### Fixed