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

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

Update overflow menu color

- when contacts list is loaded and when selected contacts changed

Bug: 33844869

Test: manually verified overflow menu is in correct color in multi-
      window mode and on screen rotation.

Change-Id: I2c15f5d37fe8899d37abc05e9bd01167ec489ca1
parent eb34be2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -265,6 +265,9 @@ public class DefaultContactBrowseListFragment extends ContactBrowseListFragment
        if (!isSearchMode()) {
            maybeShowHamburgerFeatureHighlight();
        }
        if (mActionBarAdapter != null) {
            mActionBarAdapter.updateOverflowButtonColor();
        }
    }

    private void maybeShowHamburgerFeatureHighlight() {
@@ -810,6 +813,7 @@ public class DefaultContactBrowseListFragment extends ContactBrowseListFragment
        public void onSelectedContactIdsChanged() {
            mActionBarAdapter.setSelectionCount(getSelectedContactIds().size());
            mActivity.invalidateOptionsMenu();
            mActionBarAdapter.updateOverflowButtonColor();
        }

        @Override