fix: instal state missing issue

This commit is contained in:
CMK 2022-02-11 15:28:03 +08:00
parent 56ce39cb46
commit 9e954c517e
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ extension UserTimelineViewModel {
if let currentState = self.stateMachine.currentState {
switch currentState {
case is State.Reloading,
case is State.Initial,
is State.Reloading,
is State.Loading,
is State.Idle,
is State.Fail: