Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6870d29c authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 78cfdf31: Update changed delegate method in Bitmap_Delegate. DO NOT MERGE

* commit '78cfdf31':
  Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
parents d952ac4c 78cfdf31
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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