Loading src-bind/com/android/contactsbind/FeatureHighlightHelper.java +4 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,8 @@ public final class FeatureHighlightHelper { public static boolean showHamburgerFeatureHighlight(final FragmentActivity activity) { return false; } public static boolean tryRemoveHighlight(final FragmentActivity activity) { return false; } } src/com/android/contacts/activities/PeopleActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -659,9 +659,10 @@ public class PeopleActivity extends ContactsDrawerActivity implements ProviderSt } } else if (isDuplicatesView()) { switchToAllContacts(); } else if (mAllFragment.tryRemoveHighlight()) { return; } else if (isAllFragmentInSelectionMode()) { mAllFragment.getActionBarAdapter().setSelectionMode(false); mAllFragment.displayCheckBoxes(false); } else if (isAllFragmentInSearchMode()) { mAllFragment.getActionBarAdapter().setSearchMode(false); if (mAllFragment.wasSearchResultClicked()) { Loading src/com/android/contacts/list/DefaultContactBrowseListFragment.java +4 −0 Original line number Diff line number Diff line Loading @@ -269,6 +269,10 @@ public class DefaultContactBrowseListFragment extends ContactBrowseListFragment } } public boolean tryRemoveHighlight() { return FeatureHighlightHelper.tryRemoveHighlight(mActivity); } private void bindListHeader(int numberOfContacts) { final ContactListFilter filter = getFilter(); // If the phone has at least one Google account whose sync status is unsyncable or pending Loading Loading
src-bind/com/android/contactsbind/FeatureHighlightHelper.java +4 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,8 @@ public final class FeatureHighlightHelper { public static boolean showHamburgerFeatureHighlight(final FragmentActivity activity) { return false; } public static boolean tryRemoveHighlight(final FragmentActivity activity) { return false; } }
src/com/android/contacts/activities/PeopleActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -659,9 +659,10 @@ public class PeopleActivity extends ContactsDrawerActivity implements ProviderSt } } else if (isDuplicatesView()) { switchToAllContacts(); } else if (mAllFragment.tryRemoveHighlight()) { return; } else if (isAllFragmentInSelectionMode()) { mAllFragment.getActionBarAdapter().setSelectionMode(false); mAllFragment.displayCheckBoxes(false); } else if (isAllFragmentInSearchMode()) { mAllFragment.getActionBarAdapter().setSearchMode(false); if (mAllFragment.wasSearchResultClicked()) { Loading
src/com/android/contacts/list/DefaultContactBrowseListFragment.java +4 −0 Original line number Diff line number Diff line Loading @@ -269,6 +269,10 @@ public class DefaultContactBrowseListFragment extends ContactBrowseListFragment } } public boolean tryRemoveHighlight() { return FeatureHighlightHelper.tryRemoveHighlight(mActivity); } private void bindListHeader(int numberOfContacts) { final ContactListFilter filter = getFilter(); // If the phone has at least one Google account whose sync status is unsyncable or pending Loading