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

Commit 07588c8f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert line introduced in previous CL that seems to always pass `false`...

Merge "Revert line introduced in previous CL that seems to always pass `false` for `onTrustManagedChanged`" into main
parents 7039b4f7 eea2175d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1357,7 +1357,7 @@ public class TrustManagerService extends SystemService {
        for (int i = 0; i < mActiveAgents.size(); i++) {
            AgentInfo info = mActiveAgents.valueAt(i);
            if (info.userId == userId) {
                if (info.agent.isTrustableOrWaitingForDowngrade()) {
                if (info.agent.isManagingTrust()) {
                    return true;
                }
            }