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

Commit 5aa62827 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Update ColorFilter_Delegate following Change I5f74addd

Test: layoutlib tests
Change-Id: Ifb18946edb0c40e0120868e211c99a304801e740
parent 089efe43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public abstract class ColorFilter_Delegate {
    // ---- native methods ----

    @LayoutlibDelegate
    /*package*/ static void destroyFilter(long native_instance) {
    /*package*/ static void nSafeUnref(long native_instance) {
        sManager.removeJavaReferenceFor(native_instance);
    }