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

Commit 00dfa8a1 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 1619b3c3: Fix infinite spinner dialog

* commit '1619b3c3':
  Fix infinite spinner dialog
parents 07986225 1619b3c3
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);
        }