Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
Issue: https://code.google.com/p/android/issues/detail?id=60167 Change-Id: I3e1d6b9d52ca899889ba758b0ea91bd742cf5005
This commit is contained in:
@@ -308,8 +308,9 @@ public final class Bitmap_Delegate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@LayoutlibDelegate
|
@LayoutlibDelegate
|
||||||
/*package*/ static void nativeRecycle(int nativeBitmap) {
|
/*package*/ static boolean nativeRecycle(int nativeBitmap) {
|
||||||
sManager.removeJavaReferenceFor(nativeBitmap);
|
sManager.removeJavaReferenceFor(nativeBitmap);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@LayoutlibDelegate
|
@LayoutlibDelegate
|
||||||
|
|||||||
Reference in New Issue
Block a user