discord-jadx/app/src/main/java/com/discord/widgets/status/WidgetGlobalStatusIndicator$connectingVectorReplayCallback$1.java
2021-06-27 22:44:35 +02:00

24 lines
1.1 KiB
Java

package com.discord.widgets.status;
import android.graphics.drawable.Drawable;
import androidx.vectordrawable.graphics.drawable.Animatable2Compat;
import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat;
import d0.z.d.m;
/* compiled from: WidgetGlobalStatusIndicator.kt */
public final class WidgetGlobalStatusIndicator$connectingVectorReplayCallback$1 extends Animatable2Compat.AnimationCallback {
public final /* synthetic */ WidgetGlobalStatusIndicator this$0;
public WidgetGlobalStatusIndicator$connectingVectorReplayCallback$1(WidgetGlobalStatusIndicator widgetGlobalStatusIndicator) {
this.this$0 = widgetGlobalStatusIndicator;
}
@Override // androidx.vectordrawable.graphics.drawable.Animatable2Compat.AnimationCallback
public void onAnimationEnd(Drawable drawable) {
m.checkNotNullParameter(drawable, "drawable");
AnimatedVectorDrawableCompat access$getConnectingVector$p = WidgetGlobalStatusIndicator.access$getConnectingVector$p(this.this$0);
if (access$getConnectingVector$p != null) {
access$getConnectingVector$p.start();
}
}
}