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
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