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

Commit a5956424 authored by Adrian Roos's avatar Adrian Roos
Browse files

Fix broken trust agent reloading v2

Bug: 13723878
Change-Id: I61f313bfc7ff0dc502551b54d580a7ce8694f04d
parent 81e04664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class TrustManagerService extends SystemService {
                trustMayHaveChanged = true;
            }
            info.agent.unbind();
            mObsoleteAgents.remove(info);
            mActiveAgents.remove(info);
        }

        if (trustMayHaveChanged) {