Achmad Setyabudi Susilo 22863bfcd6 fix(#7): emit snackbar as resource id, resolve with stringResource in UI
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.
2026-06-28 18:46:17 +07:00
2026-06-28 13:21:57 +07:00
2026-06-28 13:21:57 +07:00
2026-06-28 13:21:57 +07:00
2026-06-28 13:21:57 +07:00
2026-06-28 13:21:57 +07:00
2026-06-28 13:21:57 +07:00
S
Description
No description provided
554 KiB
Languages
Kotlin 100%