Merge branch 'dev' into 312-feature-integrate-google-maps-places-autocomplete-for-hub-address-validation
This commit is contained in:
@@ -49,7 +49,7 @@ class LocaleBloc extends Bloc<LocaleEvent, LocaleState> {
|
||||
|
||||
// 2. Persist using Use Case
|
||||
await setLocaleUseCase(event.locale);
|
||||
|
||||
|
||||
// 3. Emit new state
|
||||
emit(
|
||||
LocaleState(
|
||||
|
||||
Reference in New Issue
Block a user