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

Commit 4098db36 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

am: cfef9f4b

Change-Id: I2cabd02e1b924c85dffd3dd0711d68b7bcf27af7
parents 0d216f30 cfef9f4b
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();
        }
        }