Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base presenter and alternative disposable observer #1

Conversation

albodelu
Copy link

No description provided.


override fun disposeView() = view.dispose()

override fun dropView() = super.dropView()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for overriding just to call super?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My app is not a sample and I have unrelated code here, I only deleted that line.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it


override fun dropView() = super.dropView()

override fun takeView(view: V) = super.takeView(view)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@android10
Copy link
Owner

This project is still a WIP and it is very likely to change. It is coming soon and afterwards we can send PRs. For now I'm going to close this one and check the changes as feedback to continue making progress.

Thanks!

@android10 android10 closed this Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants