Skip to content

Commit

Permalink
removed accidentally changed things
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Jul 27, 2023
1 parent 5738eea commit 2c4cd09
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ class InternalPaginationStateMachine(

condition({ it.canLoadNextPage && it.nextPageLoadingState == NextPageLoadingState.LOADING }) {
onEnter { loadNextPage(it) }
untilIdentityChanges({it}){
con
}
}

condition({ it.nextPageLoadingState == NextPageLoadingState.ERROR }) {
Expand Down

0 comments on commit 2c4cd09

Please sign in to comment.