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

Commit 08f3b526 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1404 into donut

* changes:
  Fix the build
parents 7ed6acdc 2d6afea6
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();