mosby icon indicating copy to clipboard operation
mosby copied to clipboard

Fixed detaching and destroying presenter in ViewGroup after view added to container again.

Open gaulazat opened this issue 5 years ago • 6 comments

Steps to reproduce bug:

  1. Create view which is inherited from for example MvpFrameLayout
  2. Add view to any ViewGroup
  3. Remove from the ViewGroup (detachView() and destroy() methods from MvpPresenter will be called)
  4. Add view again to ViewGroup
  5. Remove view from ViewGroup
  6. detachView() and destroy() methods from MvpPresenter not will be called

gaulazat avatar Mar 22 '19 07:03 gaulazat

@sockeqwe fix ci, please

gaulazat avatar Mar 22 '19 07:03 gaulazat

Thanks, i will take a look this evening

Azat Galiullin [email protected] schrieb am Fr., 22. März 2019, 08:42:

@sockeqwe https://github.com/sockeqwe fix ci, please

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/sockeqwe/mosby/pull/330#issuecomment-475522930, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnrhTXpgZ48U4EIpvR6D6CCk8UTbdmks5vZIlhgaJpZM4cC_XI .

sockeqwe avatar Mar 22 '19 08:03 sockeqwe

I haven't had time yet to look into this. I dedicated some time on Wednesday evening.

sockeqwe avatar Mar 25 '19 14:03 sockeqwe

CI is working again. Please pull the master branch or copy & paste manually the .travis.ci file

sockeqwe avatar Mar 27 '19 22:03 sockeqwe

@sockeqwe Thanks! I pulled the master branch.

gaulazat avatar Mar 28 '19 06:03 gaulazat

so?)

Jacks0N23 avatar Nov 13 '20 11:11 Jacks0N23