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

Commit 30ef529a authored by Haoyu Zhang's avatar Haoyu Zhang Committed by Automerger Merge Worker
Browse files

Merge "Scribe: fix handwriting is not initiated in WebView" into tm-dev am:...

Merge "Scribe: fix handwriting is not initiated in WebView" into tm-dev am: ef233d0f am: 384c0c75

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17464394



Change-Id: I050273b6424ba29fc50f72cb9f5ea0004b8611d7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 25e3ace5 384c0c75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12033,7 +12033,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    @Nullable
    public Rect getHandwritingArea() {
        final ListenerInfo info = mListenerInfo;
        if (info != null) {
        if (info != null && info.mHandwritingArea != null) {
            return new Rect(info.mHandwritingArea);
        }
        return null;