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

Commit 822a58aa authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 857f8013: Merge "Fix ANR in print spooler." into lmp-dev

* commit '857f80134d6c23894f5589457883c57137b2ed27':
  Fix ANR in print spooler.
parents 24ef6e43 09eb0b20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2389,6 +2389,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
                if (tempFile != null) {
                    tempFile.delete();
                }
                mFileProvider.releaseFile();
            }
        }