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

Commit cf2803d7 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

Use View instead of TextView

Bug: 416062701
Flag: EXEMPT view swap
Test: Presubmit

Change-Id: I72ad3d896321a51c1aba273e6df9f39e35cd336a
parent 30a88ce5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ public class NotificationOptimizedLinearLayoutComparisonTest {
    }

    private View buildChildView() {
        final View childView = new TextView(mContext);
        final View childView = new View(mContext);
        // this is initial value. We are going to mutate this layout params during the test.
        LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(MATCH_PARENT,
                WRAP_CONTENT);