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

Commit 08d4a0ab authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Fix broken trust agent reloading v2"

parents 7e5264ce a5956424
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) {