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

Commit e2c020a4 authored by Barnaby James's avatar Barnaby James
Browse files

Fix VoiceInteractionService.isActiveService().

Change-Id: Ifda467bfae0d15fe4ea0fd15ffc0e9612401b218
parent 61da0fdf
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);
    }

    /**