samuelchassot/SDP-SwissTeam

View on GitHub
app/src/main/java/ch/epfl/swissteam/services/view/activities/MainActivity.java

Summary

Maintainability
A
1 hr
Test Coverage

Method chooseFragment has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void chooseFragment(int id) {
        switch (id) {
            case (R.id.button_maindrawer_home):
                showHomeFragment();
                break;

    There are no issues that match your filters.

    Category
    Status