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

Commit 2bed2837 authored by Barnaby James's avatar Barnaby James Committed by Android (Google) Code Review
Browse files

Merge "Fix VoiceInteractionService.isActiveService()." into lmp-dev

parents 93f87112 e2c020a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ public class VoiceInteractionService extends Service {
        if (curComp == null) {
            return false;
        }
        return curComp.equals(cur);
        return curComp.equals(service);
    }

    /**