22863bfcd65751a20b64fbc00c18fe6fc25f6010
Drop the Context injection from the ScreenModel. Emit a sealed ImportSnackbarMessage carrying either a @StringRes id or a dynamic text (for the error.message case where the bank importer surfaces a useful 'BRI import not yet implemented' string). The screen resolves resource ids via stringResource() in Composable scope and shows the snackbar; the original error.message info is preserved via the Dynamic variant instead of being dropped.
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%