Merge "Scribe: fix handwriting is not initiated in WebView" into tm-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user