add some stubs to make NewPipe video player work again

This commit is contained in:
Julian Winkler
2024-02-03 23:40:20 +01:00
parent f107328bf4
commit 850fd2f076
4 changed files with 18 additions and 1 deletions

View File

@@ -719,4 +719,8 @@ public class TypedArray {
public String toString() {
return Arrays.toString(mData);
}
public int getChangingConfigurations() {
return 0;
}
}