Fix crash trying to select text in notes screen (#3516)
This commit is contained in:
@@ -19,6 +19,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
|
|||||||
### Fixed
|
### Fixed
|
||||||
- Fix Shikimori tracking not working ([@MajorTanya](https://github.com/MajorTanya)) ([#3497](https://github.com/mihonapp/mihon/pull/3497))
|
- Fix Shikimori tracking not working ([@MajorTanya](https://github.com/MajorTanya)) ([#3497](https://github.com/mihonapp/mihon/pull/3497))
|
||||||
- Fix crash when putting app in background while on notes screen ([@AntsyLich](https://github.com/AntsyLich)) ([#3515](https://github.com/mihonapp/mihon/pull/3515))
|
- Fix crash when putting app in background while on notes screen ([@AntsyLich](https://github.com/AntsyLich)) ([#3515](https://github.com/mihonapp/mihon/pull/3515))
|
||||||
|
- Fix crash trying to select text in notes screen ([@AntsyLich](https://github.com/AntsyLich)) ([#3516](https://github.com/mihonapp/mihon/pull/3516))
|
||||||
|
|
||||||
## [v0.20.0] - 2026-06-27
|
## [v0.20.0] - 2026-06-27
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ archive = "1.1.6"
|
|||||||
coil = "3.5.0"
|
coil = "3.5.0"
|
||||||
composeGrid = "1.2.2"
|
composeGrid = "1.2.2"
|
||||||
composeMaterialMotion = "2.0.1"
|
composeMaterialMotion = "2.0.1"
|
||||||
composeRichEditor = "1.0.0-rc14"
|
composeRichEditor = "1.0.0-rc13"
|
||||||
composeWebview = "0.33.6"
|
composeWebview = "0.33.6"
|
||||||
conscrypt = "2.5.3"
|
conscrypt = "2.5.3"
|
||||||
directionalViewPager = "1.0.0"
|
directionalViewPager = "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user