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

Commit c2dd1a3c authored by Atneya Nair's avatar Atneya Nair
Browse files

Remove incorrect NonNull in VIMService

Test: Compiles
Change-Id: I9ed216729bfdd2dcde8b261a1c3c35fa8c50ab01
parent a0961285
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ public class VoiceInteractionManagerService extends SystemService {
        @Override
        public @NonNull IVoiceInteractionSoundTriggerSession createSoundTriggerSessionAsOriginator(
                @NonNull Identity originatorIdentity, IBinder client,
                @NonNull ModuleProperties moduleProperties) {
                ModuleProperties moduleProperties) {
            Objects.requireNonNull(originatorIdentity);
            boolean forHotwordDetectionService;
            synchronized (VoiceInteractionManagerServiceStub.this) {