fix: Navigation back from the details view
This commit is contained in:
@@ -44,7 +44,7 @@ class DetailsBloc extends Bloc<DetailsEvent, DetailsState> {
|
||||
);
|
||||
|
||||
GetIt.I.get<NavigationBloc>().add(
|
||||
GoNavigationEvent(detailsRoute),
|
||||
PushNavigationEvent(detailsRoute),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user