Abhi347/NoobFileChooser

View on GitHub
noobfilechooser/src/main/java/com/noob/noobfilechooser/fragments/NoobFileFragment.java

Summary

Maintainability
A
1 hr
Test Coverage

Method initializeRecyclerView has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected void initializeRecyclerView() {

        turnOnMultiSelectMode(false);

        mFileRecyclerView.setHasFixedSize(true);

    There are no issues that match your filters.

    Category
    Status