package com.discord.widgets.changelog; import android.graphics.drawable.Animatable; import android.view.View; import com.facebook.drawee.interfaces.DraweeController; import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; /* compiled from: WidgetChangeLogSpecial.kt */ public final class WidgetChangeLogSpecial$thumbnailControllerListener$1$onFinalImageSet$1 implements View.OnClickListener { public final /* synthetic */ WidgetChangeLogSpecial$thumbnailControllerListener$1 this$0; public WidgetChangeLogSpecial$thumbnailControllerListener$1$onFinalImageSet$1(WidgetChangeLogSpecial$thumbnailControllerListener$1 widgetChangeLogSpecial$thumbnailControllerListener$1) { this.this$0 = widgetChangeLogSpecial$thumbnailControllerListener$1; } @Override // android.view.View.OnClickListener public final void onClick(View view) { Animatable c2; WidgetChangeLogSpecial.access$hideVideoOverlay(this.this$0.this$0); SimpleDraweeView simpleDraweeView = WidgetChangeLogSpecial.access$getBinding$p(this.this$0.this$0).h; m.checkNotNullExpressionValue(simpleDraweeView, "binding.changeLogThumbnail"); DraweeController controller = simpleDraweeView.getController(); if (controller != null && (c2 = controller.c()) != null) { c2.start(); } } }