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

Commit 65751295 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Show favorites in customized view

Bug: 30362858
Test: manual - switch to customized view from settings and observe
               contacts list.

Change-Id: Ib0e870415a4c9667ccfc722b74e30e8047a8116d
parent d609ed7b
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