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

Commit ccfe7f82 authored by Alex Salo's avatar Alex Salo Committed by Android (Google) Code Review
Browse files

Merge "Fix lock contention in Attention"

parents 75e18250 23f50b66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ public class AttentionManagerService extends SystemService {
     */
    @VisibleForTesting
    protected boolean isAttentionServiceSupported() {
        return isServiceEnabled() && isServiceConfigured(mContext);
        return isServiceEnabled();
    }

    private boolean isServiceEnabled() {