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

Commit af948894 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 04b63f6f: Merge "Squelch the logs from SizeAdaptiveLayout." into jb-dev

* commit '04b63f6f':
  Squelch the logs from SizeAdaptiveLayout.
parents 98b9221a 04b63f6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ public class SizeAdaptiveLayout extends ViewGroup {
            height = Math.min(height, lp.maxHeight);
        }

        if (heightIn != height) {
        if (DEBUG && heightIn != height) {
            Log.d(TAG, this + "child view " + child + " " +
                  "measured out of bounds at " + heightIn +"px " +
                  "clamped to " + height + "px");