jumaallan/AndelaCryptoApp

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    private void logout() {
        if (!Settings.isLoggedIn()) {
            return;
        }

    There are no issues that match your filters.

    Category
    Status