SDP-GeoHunt/geo-hunt

View on GitHub
app/src/main/java/com/github/geohunt/app/LoginActivity.kt

Summary

Maintainability
A
1 hr
Test Coverage
D
60%

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

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)

        // Check that the user is not already logged in
        if (viewModel.isLoggedIn()) {
Severity: Minor
Found in app/src/main/java/com/github/geohunt/app/LoginActivity.kt - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status