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

Commit 145dc0a6 authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Show favorites in customized view" into ub-contactsdialer-g-dev

parents ea9b5377 65751295
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -415,8 +415,7 @@ public abstract class ContactBrowseListFragment extends
            }
        }

        adapter.setIncludeFavorites(!searchMode
                && mFilter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS);
        adapter.setIncludeFavorites(!searchMode && mFilter.isContactsFilterType());
    }

    @Override