ragdroid / Dahaka

Demo project for Dagger 2
Apache License 2.0
207 stars 35 forks source link

ProfilePresenter's constructor invoked three times after screen rotation #15

Open i-petro opened 6 years ago

i-petro commented 6 years ago

Hi. I found a problem with Presenter's instances count. After screen rotation, ProfilePresenter's constructor invoked three times. Also ProfileFragment.onCreateView() invoked at least two times.