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

Commit cc33160f authored by Mehdi Alizadeh's avatar Mehdi Alizadeh Committed by Android (Google) Code Review
Browse files

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

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