transfuse
transfuse copied to clipboard
@SupportWindowFeature
we need the option to call
supportRequestWindowFeature();
instead of
requestWindowFeature();
another annotation? Currently I need another specific base class to deal with it.
Yes, we probably need another annotation. I'm trying to finish the plugin framework first that will allow this to be easily added.