Skip to content

Commit

Permalink
Fixed calling getView() again instead of using the local view referen…
Browse files Browse the repository at this point in the history
…ce in BaseFragment
  • Loading branch information
vestrel00 committed Jul 27, 2017
1 parent f3828d4 commit f127715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void onViewStateRestored(Bundle savedInstanceState) {
* onViewStateRestored
* onResume
*/
viewUnbinder = ButterKnife.bind(this, getView());
viewUnbinder = ButterKnife.bind(this, view);
}
}

Expand Down

0 comments on commit f127715

Please sign in to comment.