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

Commit f4339962 authored by Abhijeet Kaur's avatar Abhijeet Kaur Committed by android-build-merger
Browse files

Merge "Add Looper.prepare() to doInBackground()"

am: 89bf100d

Change-Id: Ia030ffbf4913d1f04f0f007a9947186d107038cc
parents e42a405e 89bf100d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1095,6 +1095,7 @@ public class BugreportProgressService extends Service {
        new AsyncTask<Void, Void, Void>() {
        new AsyncTask<Void, Void, Void>() {
            @Override
            @Override
            protected Void doInBackground(Void... params) {
            protected Void doInBackground(Void... params) {
                Looper.prepare();
                zipBugreport(info);
                zipBugreport(info);
                sendBugreportNotification(info, takingScreenshot);
                sendBugreportNotification(info, takingScreenshot);
                return null;
                return null;