am 78cfdf31
: Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
* commit '78cfdf31b7c48589ea3a148ec1d6d573235bc06b': Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
This commit is contained in:
@ -308,8 +308,9 @@ public final class Bitmap_Delegate {
|
||||
}
|
||||
|
||||
@LayoutlibDelegate
|
||||
/*package*/ static void nativeRecycle(int nativeBitmap) {
|
||||
/*package*/ static boolean nativeRecycle(int nativeBitmap) {
|
||||
sManager.removeJavaReferenceFor(nativeBitmap);
|
||||
return true;
|
||||
}
|
||||
|
||||
@LayoutlibDelegate
|
||||
|
Reference in New Issue
Block a user