bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.89k stars 342 forks source link

Controller.requestPermission crashes on android pre 6 #669

Closed ursusursus closed 1 year ago

ursusursus commented 2 years 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

EricKuck commented 1 year ago

This is now done as of 4.0-preview-1