Skip to content

Commit

Permalink
Remove useless call
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Jan 30, 2019
1 parent a203905 commit b25595a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ abstract class BaseActivity<T : ViewDataBinding> : AppCompatActivity(), KodeinAw
lifecycle.addObserver(presenter)
binding = DataBindingUtil.setContentView(this, layoutId)
configureBinding(binding)
binding.executePendingBindings()
setSupportActionBar(toolbarView)
preparePresenter(intent)
}
Expand Down

0 comments on commit b25595a

Please sign in to comment.