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 8891f98511
commit 1cba2948a6
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");
}
}