You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add some stubs to make NewPipe video player work again
This commit is contained in:
@@ -1251,7 +1251,8 @@ public final class Bitmap {
|
||||
* that config, otherwise return null.
|
||||
*/
|
||||
public final Config getConfig() {
|
||||
return Config.nativeToConfig(nativeConfig(mNativeBitmap));
|
||||
// return Config.nativeToConfig(nativeConfig(mNativeBitmap));
|
||||
return Config.ARGB_8888;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user