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

Commit 6bec0662 authored by Sharon Su's avatar Sharon Su Committed by Android (Google) Code Review
Browse files

Merge "Partially revert a change in ag/16947348 because it caused cts failures. See b/221772193"

parents d860bbb3 61514e8f
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -150,7 +150,15 @@ public class WallpaperEffectsGenerationPerUserService extends

    @GuardedBy("mLock")
    private void updateRemoteServiceLocked() {
        destroyAndRebindRemoteService();
        if (mRemoteService != null) {
            mRemoteService.destroy();
            mRemoteService = null;
        }
        // End existing response and clean up listener for next request.
        if (mCinematicEffectListenerWrapper != null) {
            invokeCinematicListenerAndCleanup(
                    createErrorCinematicEffectResponse(mCinematicEffectListenerWrapper.mTaskId));
        }
    }

    void onPackageUpdatedLocked() {