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

Commit a1704b0d authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed broken ImageFloatingTextViewTests

Test: runtest -x core/tests/coretests/src/com/android/internal/widget/ImageFloatingTextViewTest.java
Change-Id: I0dfba16f42aa5554adaad79d5f190cb8db88ef77
Fixes: 38349693
parent 605351c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ public class ImageFloatingTextViewTest {
    public void setup() {
        mContext = InstrumentationRegistry.getTargetContext();
        mView = new ImageFloatingTextView(mContext, null, 0, 0);
        mView.setMaxLines(9);
        mTextView = new TextView(mContext, null, 0, 0);
        mTextView.setMaxLines(9);
    }