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

Commit cfef9f4b authored by Mehdi Alizadeh's avatar Mehdi Alizadeh Committed by android-build-merger
Browse files

Merge "Check before closing the CloseGuard if not closed yet" into qt-dev

am: cc33160f

Change-Id: I2ce46bec53da48d6817690a9595098f70917323f
parents bc324440 cc33160f
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -271,7 +271,9 @@ public final class AppPredictor {
            if (mCloseGuard != null) {
            if (mCloseGuard != null) {
                mCloseGuard.warnIfOpen();
                mCloseGuard.warnIfOpen();
            }
            }
            if (!mIsClosed.get()) {
                destroy();
                destroy();
            }
        } finally {
        } finally {
            super.finalize();
            super.finalize();
        }
        }