Closed ursusursus closed 1 year ago
LifecycleHandler extends android.app.Fragment
this then obviously causes a crash on android 5, and is very unexpected
There is no way to workaround it as its deep within Conductor internals
extending support Fragment would fix it
This is now done as of 4.0-preview-1
LifecycleHandler extends android.app.Fragment
this then obviously causes a crash on android 5, and is very unexpected
There is no way to workaround it as its deep within Conductor internals
extending support Fragment would fix it