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

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

Merge "Update overflow menu color after members are loaded" into ub-contactsdialer-h-dev

parents b9dfb15a 0012afb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ public class ActionBarAdapter implements OnCloseListener {
    /**
     * Find overflow menu ImageView by its content description and update its color.
     */
    private void updateOverflowButtonColor() {
    public void updateOverflowButtonColor() {
        final String overflowDescription = mActivity.getResources().getString(
                R.string.abc_action_menu_overflow_description);
        final ViewGroup decorView = (ViewGroup) mActivity.getWindow().getDecorView();
+1 −0
Original line number Diff line number Diff line
@@ -694,6 +694,7 @@ public class GroupMembersFragment extends MultiSelectContactsListFragment<GroupM
            super.onLoadFinished(loader, cursorWrapper);
            // Update state of menu items (e.g. "Remove contacts") based on number of group members.
            mActivity.invalidateOptionsMenu();
            mActionBarAdapter.updateOverflowButtonColor();
        }
    }