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

Commit 09eb0b20 authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Fix ANR in print spooler." into lmp-dev

parents 2eefd97b 56683481
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();
            }
        }