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

Commit 7036a582 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TrustManagerService.java: fix SynchronizeOnNonFinalField warning"

parents b69b789b 6e00c464
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ public class TrustManagerService extends SystemService {

    // set to true only if user can skip bouncer
    @GuardedBy("mUsersUnlockedByFingerprint")
    private SparseBooleanArray mUsersUnlockedByFingerprint = new SparseBooleanArray();
    private final SparseBooleanArray mUsersUnlockedByFingerprint = new SparseBooleanArray();

    private final StrongAuthTracker mStrongAuthTracker;