fix(YouTube - Theme): Use custom seekbar color for cairo startup animation (#4399)

This commit is contained in:
LisoUseInAIKyrios 2025-02-02 11:10:57 +02:00 committed by GitHub
parent 7ff39d89d6
commit f81b658fb7
4 changed files with 254 additions and 13 deletions

View file

@ -0,0 +1,15 @@
package com.airbnb.lottie;
import java.io.InputStream;
@SuppressWarnings("unused")
public class LottieAnimationView {
public void patch_setAnimation(InputStream stream, String cacheKey) {
throw new RuntimeException("stub");
}
public final void patch_setAnimation(int rawResInt) {
throw new RuntimeException("stub");
}
}