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

Commit 48b526d9 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Fixed missing "No Contacts" message

Bug: 5299100 Sometimes the "no contacts" message disappears
Change-Id: I372cd2edafe19213ef025481ca471878fe871182
     when there are no accounts
parent faa49c91
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -949,9 +949,7 @@ public class PeopleActivity extends ContactsActivity
            }

            TabState tab = mActionBarAdapter.getCurrentTab();
            if (tab == TabState.GROUPS) {
                mGroupsFragment.setAddAccountsVisibility(!areAccountsAvailable());
            }
            showEmptyStateForTab(tab);
        }

        invalidateOptionsMenuIfNeeded();