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

Commit c8268528 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Return true in onStartJob." into sc-dev

parents cc82a02d 7d56ee82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class BlobStoreIdleJobService extends JobService {
            blobStoreManagerInternal.onIdleMaintenance();
            jobFinished(params, false);
        });
        return false;
        return true;
    }

    @Override