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

Commit bed1a47d authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Update overflow menu color

am: cfa427a2

Change-Id: I798bdb97d08ad75f5402397a7cc336c4927fba06
parents 3c2e531d cfa427a2
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() {
@@ -816,6 +819,7 @@ public class DefaultContactBrowseListFragment extends ContactBrowseListFragment
        public void onSelectedContactIdsChanged() {
            mActionBarAdapter.setSelectionCount(getSelectedContactIds().size());
            mActivity.invalidateOptionsMenu();
            mActionBarAdapter.updateOverflowButtonColor();
        }

        @Override