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

Commit 1619b3c3 authored by nicolasroard's avatar nicolasroard
Browse files

Fix infinite spinner dialog

bug:11328106

Change-Id: Icbfcb7bb6c88a03c81315789b2569da440267edd
parent c82e65b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ public class ProcessingService extends Service {
        if (mNeedsAlive) {
            // If the app has been restarted while we were saving...
            mFiltershowActivity.updateUIAfterServiceStarted();
        } else if (mFiltershowActivity.isSimpleEditAction()) {
        } else if (exit || mFiltershowActivity.isSimpleEditAction()) {
            // terminate now
            mFiltershowActivity.completeSaveImage(result);
        }