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

Commit 61514e8f authored by Sharon Su's avatar Sharon Su
Browse files

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

Change-Id: Id7a9f50956ff3d853dbe211ab5055c477d4f0255
Tested: cts
Bug: b/221772193
parent 33fc46a2
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() {