Inject a StringProvider instead of the context, and update tests.

Also remove the other StringProvider we had, it was not used anymore
This commit is contained in:
Benoit Marty 2025-08-13 10:49:05 +02:00 committed by Benoit Marty
parent 1edd419915
commit d2253300db
7 changed files with 36 additions and 29 deletions

View file

@ -16,5 +16,4 @@ interface AppErrorStateService {
fun showError(title: String, body: String)
fun showError(@StringRes titleRes: Int, @StringRes bodyRes: Int)
}