-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
Description
AutoDispose error-prone checker can be really useful to catch lifecycle related errors in Activity/Fragment
Ribs has a version of the checker. Why not make it generic to any object with a lifecycle?
Few scenarios I can think of
- All the subclasses of standard android component such as
Activity/Fragment - All the subclasses of
LifeCycleScopedProvider - When the
LifeCycleScopedProvideris composed instead of inheriting the standard component such as Conductor
Reactions are currently unavailable