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

Commit 9a7d1581 authored by Robin Lee's avatar Robin Lee
Browse files

LightsService: unlinkToDeath on closing session

Test: N/A
Flag: EXEMPT bugfix
Bug: 366432991
Change-Id: Ie2c8fbba015251e51d5a807a9e851e9af97f4b39
parent b3eb540d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ public class LightsService extends SystemService {
                if (session != null) {
                    mSessions.remove(session);
                    invalidateLightStatesLocked();
                    token.unlinkToDeath(LightsManagerBinderService.this, 0);
                }
            }
        }