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

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

Merge "Fixed broken ImageFloatingTextViewTests" into oc-dev

am: 76926df9

Change-Id: I7183050c98b5f1eb9f8a8a7dbfe4b7b75a1c3be7
parents daeafccf 76926df9
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);
    }