jumaallan/AndelaCryptoApp

View on GitHub
app/src/main/java/com/androidstudy/andelatrackchallenge/cards/CardActionsDialog.java

Summary

Maintainability
A
1 hr
Test Coverage

Method onCreateView has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Nullable
    @Override
    public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
        View view = LayoutInflater.from(getActivity()).inflate(R.layout.dialog_actions, container, false);
        Country country = getArguments().getParcelable(COUNTRY);

    There are no issues that match your filters.

    Category
    Status