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

Commit 40c9951d authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Raise priority of screenshot saving task

Bug: 157499085
Fix: 157499085
Test: manual
Change-Id: I71c9ff7809011f815a1854da367940616468055a
parent f35625fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ class SaveImageInBackgroundTask extends AsyncTask<Void, Void, Void> {
        if (isCancelled()) {
            return null;
        }
        Thread.currentThread().setPriority(Thread.MAX_PRIORITY);

        ContentResolver resolver = mContext.getContentResolver();
        Bitmap image = mParams.image;