steroid-team/app

View on GitHub
app/src/main/java/com/github/steroidteam/todolist/view/dialog/AuthDialogFragment.java

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Method onCreateDialog has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public Dialog onCreateDialog(Bundle savedInstanceState) {

        LayoutInflater inflater = this.getLayoutInflater();
        View dialogLayout = inflater.inflate(R.layout.auth_dialog, null);

    There are no issues that match your filters.

    Category
    Status