5893ffc9554956473b7375a1a782b04fb6b87929
The three snackbar strings in ImportBankStatementScreenModel were hardcoded English while the rest of the app uses stringResource. Move them to res/values/strings.xml. Also drop the error::class.simpleName fallback in the failure branch — it surfaced Kotlin class names like NotImplementedError to end users. Now falls back to the localized 'Import failed' string.
fix(#2): address PR review — use row mapper, require id==0, drop ignoreCase on amount, doc drift, orphan-category note
Description
No description provided
Languages
Kotlin
100%