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

Commit 1b52aae4 authored by Jason Sams's avatar Jason Sams
Browse files

Fix build break.

parent 43ee0685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class Type extends BaseObj {
    }

    protected void finalize() throws Throwable {
        if(mNativeCache) {
        if(mNativeCache != 0) {
            mRS.nTypeFinalDestroy(this);
            mNativeCache = 0;
        }