TikTok.apk(点击下载) / OVW.java


package X;

import com.bytedance.covode.number.Covode;

public class OVW implements Runnable {
    public final /* synthetic */ OVQ LIZ;

    static {
        Covode.recordClassIndex(2228);
    }

    public OVW(OVQ ovq) {
        this.LIZ = ovq;
    }

    public final void run() {
        if (this.LIZ.recyclerViewAttachCount > 1) {
            this.LIZ.onExceptionSwallowed(new IllegalStateException("This EpoxyController had its adapter added to more than one ReyclerView. Epoxy does not support attaching an adapter to multiple RecyclerViews because saved state will not work properly. If you did not intend to attach your adapter to multiple RecyclerViews you may be leaking a reference to a previous RecyclerView. Make sure to remove the adapter from any previous RecyclerViews (eg if the adapter is reused in a Fragment across multiple onCreateView/onDestroyView cycles). See https://github.com/airbnb/epoxy/wiki/Avoiding-Memory-Leaks for more information."));
        }
    }
}