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

Commit 2d6afea6 authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build

parent a2ea1d37
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();