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

Commit 5a05faf7 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 08f3b526: Merge change 1404 into donut

Merge commit '08f3b526'

* commit '08f3b526':
  Fix the build
parents 6ca73d6a 08f3b526
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2781,6 +2781,9 @@ public class ListView extends AbsListView {
        return mItemsCanFocus;
    }

    /**
     * @hide Pending API council approval.
     */
    @Override
    public boolean isOpaque() {
        return (mCachingStarted && mIsCacheColorOpaque && mDividerIsOpaque) || super.isOpaque();