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

Commit 0a198c80 authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am 2cd52c80: Merge "Fix invalidation issue with actionbar items" into honeycomb

* commit '2cd52c80':
  Fix invalidation issue with actionbar items
parents 8ceccbed 2cd52c80
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9332,6 +9332,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
                // the DRAWN bit.
                mPrivateFlags |= DRAWN;
                invalidate(true);
                // parent display list may need to be recreated based on a change in the bounds
                // of any child
                invalidateParentCaches();
            }

            // Reset drawn bit to original value (invalidate turns it off)