Correct fetch behaviour
This commit is contained in:
parent
d03cfa21cc
commit
f202bfdc0a
@ -165,7 +165,7 @@ impl AppMachine<FetchState> {
|
|||||||
MbReturn::Match(next_match) => {
|
MbReturn::Match(next_match) => {
|
||||||
AppMachine::match_state(inner, MatchState::new(next_match, fetch)).into()
|
AppMachine::match_state(inner, MatchState::new(next_match, fetch)).into()
|
||||||
}
|
}
|
||||||
_ => unimplemented!(),
|
MbReturn::Fetch(_) => Self::app_fetch_next(inner, fetch),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user