Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 386a229e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert isInSecondLevel check" into ub-contactsdialer-i-dev

parents c7771a39 ee49cd93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1212,7 +1212,7 @@ public class PeopleActivity extends AppCompatContactsActivity implements
    }

    public boolean isInSecondLevel() {
        return isLastBackStackTag(TAG_SECOND_LEVEL);
        return isGroupView() || isAssistantView();
    }

    private boolean isInThirdLevel() {