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

Commit 697c8ed5 authored by Jonathan Dixon's avatar Jonathan Dixon
Browse files

Remove spurious @Deprecate tag from WebView.onMeasure

onMeasure is not deprecated, this tag is spurious (and has no effect on
the api.txt or SDK anyway)

Change-Id: Iae003727649e86db2e0adaa5071399b676526c38
parent c0743ec4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2171,7 +2171,6 @@ public class WebView extends AbsoluteLayout
        return mProvider.getViewDelegate().requestFocus(direction, previouslyFocusedRect);
    }

    @Deprecated
    @Override
    protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
        super.onMeasure(widthMeasureSpec, heightMeasureSpec);