discord-jadx/app/src/main/java/com/discord/widgets/changelog/WidgetChangeLog$thumbnailCo...

28 lines
1.3 KiB
Java

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: WidgetChangeLog.kt */
public final class WidgetChangeLog$thumbnailControllerListener$1$onFinalImageSet$1 implements View.OnClickListener {
public final /* synthetic */ WidgetChangeLog$thumbnailControllerListener$1 this$0;
public WidgetChangeLog$thumbnailControllerListener$1$onFinalImageSet$1(WidgetChangeLog$thumbnailControllerListener$1 widgetChangeLog$thumbnailControllerListener$1) {
this.this$0 = widgetChangeLog$thumbnailControllerListener$1;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
Animatable c2;
WidgetChangeLog.access$hideVideoOverlay(this.this$0.this$0);
SimpleDraweeView simpleDraweeView = WidgetChangeLog.access$getBinding$p(this.this$0.this$0).f;
m.checkNotNullExpressionValue(simpleDraweeView, "binding.changeLogThumbnail");
DraweeController controller = simpleDraweeView.getController();
if (controller != null && (c2 = controller.c()) != null) {
c2.start();
}
}
}