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

Commit 76926df9 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed broken ImageFloatingTextViewTests" into oc-dev

parents 1ec5d85a a1704b0d
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);
    }