fix(YouTube - Theme): Use custom seekbar color for cairo startup animation (#4399)
This commit is contained in:
parent
7ff39d89d6
commit
f81b658fb7
4 changed files with 254 additions and 13 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue