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

Commit 384c0c75 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: ef233d0f

parents e30e0c14 ef233d0f
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;