花瓣 v4.6.12版本的 MD5 值为:6a3515d4d16d98931f1b3d25a91b257e

以下内容为反编译后的 UserAgreementFragment.java 源代码,内容仅作参考


package com.huaban.android.modules.settings;

import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import com.huaban.android.R;
import com.huaban.android.base.BaseFragment;
import h.c.a.d;
import h.c.a.e;
import java.util.HashMap;
import kotlin.f0;
import kotlin.x2.w.k0;
import kotlin.x2.w.w;
@f0(bv = {1, 0, 3}, d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0010\b\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0006\u0018\u0000 \u000e2\u00020\u0001:\u0001\u000eB\u0007¢\u0006\u0004\b\f\u0010\rJ\u000f\u0010\u0003\u001a\u00020\u0002H\u0016¢\u0006\u0004\b\u0003\u0010\u0004J!\u0010\n\u001a\u00020\t2\u0006\u0010\u0006\u001a\u00020\u00052\b\u0010\b\u001a\u0004\u0018\u00010\u0007H\u0016¢\u0006\u0004\b\n\u0010\u000b¨\u0006\u000f"}, d2 = {"Lcom/huaban/android/modules/settings/UserAgreementFragment;", "Lcom/huaban/android/base/BaseFragment;", "", "getLayoutId", "()I", "Landroid/view/View;", "view", "Landroid/os/Bundle;", "savedInstanceState", "", "onViewCreated", "(Landroid/view/View;Landroid/os/Bundle;)V", "<init>", "()V", "Companion", "container.HuabanApp_release"}, k = 1, mv = {1, 1, 15}, pn = "", xi = 0, xs = "")
public final class UserAgreementFragment extends BaseFragment {
    @d
    public static final a Companion = new a(null);
    @d
    public static final String URL = "https://huaban.com/pages/user-policy";
    private HashMap _$_findViewCache;

    public static final class a {
        private a() {
        }

        @d
        public final UserAgreementFragment a() {
            return new UserAgreementFragment();
        }

        public a(w wVar) {
            this();
        }
    }

    @Override
    public void _$_clearFindViewByIdCache() {
        HashMap hashMap = this._$_findViewCache;
        if (hashMap != null) {
            hashMap.clear();
        }
    }

    @Override
    public View _$_findCachedViewById(int i2) {
        if (this._$_findViewCache == null) {
            this._$_findViewCache = new HashMap();
        }
        View view = (View) this._$_findViewCache.get(Integer.valueOf(i2));
        if (view == null) {
            View view2 = getView();
            if (view2 == null) {
                return null;
            }
            View findViewById = view2.findViewById(i2);
            this._$_findViewCache.put(Integer.valueOf(i2), findViewById);
            return findViewById;
        }
        return view;
    }

    @Override
    public int getLayoutId() {
        return R.layout.activity_policy;
    }

    @Override
    public void onDestroyView() {
        super.onDestroyView();
        _$_clearFindViewByIdCache();
    }

    @Override
    public void onViewCreated(@d View view, @e Bundle bundle) {
        k0.p(view, "view");
        super.onViewCreated(view, bundle);
        ((WebView) _$_findCachedViewById(R.id.mWebView)).loadUrl(URL);
    }
}