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

Commit 07f9fe89 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "LightsService: unlinkToDeath on closing session" into main

parents 6f826d37 9a7d1581
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -213,6 +213,7 @@ public class LightsService extends SystemService {
                if (session != null) {
                if (session != null) {
                    mSessions.remove(session);
                    mSessions.remove(session);
                    invalidateLightStatesLocked();
                    invalidateLightStatesLocked();
                    token.unlinkToDeath(LightsManagerBinderService.this, 0);
                }
                }
            }
            }
        }
        }