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

Commit 58c32e88 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Removed deprecated ViewStructure.setUrl() method." into oc-dev am: 246cc5bf

am: 51520559

Change-Id: Ie3ea24baf32960eeaa8c85b71e25b8ec017212a1
parents 8ba35dc5 51520559
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1736,13 +1736,6 @@ public class AssistStructure implements Parcelable {
            mNode.mSanitized = !sensitive;
        }

        @Override
        public void setUrl(String url) {
            if (url == null) return;

            setWebDomain(url);
        }

        @Override
        public void setWebDomain(@Nullable String domain) {
            if (domain == null) {
+0 −7
Original line number Diff line number Diff line
@@ -373,13 +373,6 @@ public abstract class ViewStructure {
    /** @hide */
    public abstract Rect getTempRect();

    /**
     * @deprecated - use {@link #setWebDomain(String)} instead.
     * @hide
     */
    @Deprecated
    public abstract void setUrl(String url);

    /**
     * Sets the Web domain represented by this node.
     *