-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Proguard complains:
Warning: de.greenrobot.event.util.ErrorDialogFragmentFactory$Support: can't find referenced method 'void setArguments(android.os.Bundle)' in program class de.greenrobot.event.util.ErrorDialogFragments$Support
Warning: de.greenrobot.event.util.ErrorDialogFragments$Support: can't find referenced method 'android.support.v4.app.FragmentActivity getActivity()' in program class de.greenrobot.event.util.ErrorDialogFragments$Support
Warning: de.greenrobot.event.util.ErrorDialogFragments$Support: can't find referenced method 'android.os.Bundle getArguments()' in program class de.greenrobot.event.util.ErrorDialogFragments$Support
Warning: de.greenrobot.event.util.ErrorDialogManager$SupportManagerFragment: can't find referenced method 'android.support.v4.app.FragmentManager getFragmentManager()' in program class de.greenrobot.event.util.ErrorDialogManager$SupportManagerFragment
Given that some users may have this in apps that are without GUI, without Support Library - wouldn't it be better to eliminate the dependence?