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

Commit d12411a1 authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Revert "Dump ExpandableView clip bounds"

This reverts commit 2f120f90.

Reason for revert: the views in which we are interested in are not dumping their super

Change-Id: I20923d8085ea10f151049f80eb454254a67d76d9
parent 2f120f90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -862,8 +862,8 @@ public abstract class ExpandableView extends FrameLayout implements Dumpable, Ro
                pw.println("mClipToActualHeight: " + mClipToActualHeight);
                pw.println("mExtraWidthForClipping: " + mExtraWidthForClipping);
                pw.println("mMinimumHeightForClipping: " + mMinimumHeightForClipping);
            }
                pw.println("getClipBounds(): " + getClipBounds());
            }
        });
    }