Fix wrong exception being caught after 8c480c6355 migration

`android.database.sqlite.SQLiteException` instead of `android.database.SQLException`
This commit is contained in:
AntsyLich
2026-03-23 16:37:04 +06:00
parent b58d2a5d4b
commit cb0e329716
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -11,6 +11,8 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
- `Other` - for technical stuff.
## [Unreleased]
### Fixed
- Fix app crashing when trying to add extension repo with existing signature ([@AntsyLich](https://github.com/AntsyLich))
## [v0.19.5] - 2026-03-20
### Changed