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

Commit cec4328e authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Make sure background drawables are correct when View is attached"

parents 6551a2d0 a9b61ac6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7430,6 +7430,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
            initialAwakenScrollBars();
            mPrivateFlags &= ~AWAKEN_SCROLL_BARS_ON_ATTACH;
        }
        jumpDrawablesToCurrentState();
    }

    /**