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

Commit 6d95662f authored by Romain Guy's avatar Romain Guy Committed by Romain Guy
Browse files

Put @ViewDebug.ExportedProperty back on TextView.mText

Change-Id: I68d36ebad07b4ad828c245e1d57ebe0effcc4239
parent 31db0f63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9061,6 +9061,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        return mInBatchEditControllers;
    }

    @ViewDebug.ExportedProperty(category = "text")
    private CharSequence            mText;
    private CharSequence            mTransformed;
    private BufferType              mBufferType = BufferType.NORMAL;