Don't clip background drawable if navigation color view is not opaque
If the navigation bar color view is not opaque, we shouldn't clip the background drawable. Otherwise, the view hierarchy cannot fill surface buffer, and the un-filled area would display things previously drawn on it, which is not expected. Fix: 204834350 Test: Open a doc in Docs in split-screen, and scroll down to the end. Change-Id: I050f3fa301412b71a7ae15d60fb49853c4be161e
Loading
Please register or sign in to comment