You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the LightCycleDispatcher interface. Note: The processor needs to know the exact type being dispatched, so if your base activity is templated then the activities inheriting from it must explicitly implements LightCycleDispatcher<ActivityLightCycle> (for more details, refer to #49)
@renaudfavier Yes, unfortunately it's one of the current processor limitation and we're trying to fix it in the next 2.0 release! (Please join the discussion here)
As you already noticed you need to add
Hello,
I followed this example : https://github.com/soundcloud/lightcycle/blob/master/lightcycle-lib/src/main/java/com/soundcloud/lightcycle/LightCycleSupportFragment.java
to build my parent class wich will be inherited by all fragments :
Then my Fragment :
my Controller :
when I extends this class in my code I obtain the following error at compilation :
Error:(5, 63) error: cannot find symbol class FragmentType
Is there something I didn't understand ? It feels like it won't be possible
A gist of a working 'parent fragment dispatcher' - 'inherited fragment' - 'controller' would be the perfect resource for me, maybe it already exists.
Thank you all,
The text was updated successfully, but these errors were encountered: