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

Commit 16277fcc authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed broken ImageFloatingTextViewTests" into oc-dev am: 76926df9

am: f802c625

Change-Id: I281d04089f5ef83e22d0c15a25bacbc5dd1e4b34
parents f30d5525 f802c625
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);
    }