* commit '6870d29c340008919dcd9e547236b74301b3b9ef': 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