Skip to content

EventBus is a library but has GUI references for ErrorDialogFragments #77

@RoundSparrow

Description

@RoundSparrow

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions