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

Commit 855cde92 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: 37b5f122

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



Change-Id: Ic10614e8d7a0e0ec0d4ba853b3a0db2614cde646
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 715892bd 37b5f122
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;