Skip to content

Commit

Permalink
Remove unnecessary code now that #15 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Aug 17, 2018
1 parent 0b23162 commit 0446f25
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ abstract class BaseFragment : BaseMvRxFragment() {
}
}

override fun onStart() {
super.onStart()
// https://github.com/airbnb/MvRx/issues/15
invalidate()
}

override fun invalidate() {
recyclerView.requestModelBuild()
}
Expand Down

0 comments on commit 0446f25

Please sign in to comment.