Skip to content

Commit

Permalink
BackgroundFocusHolder 내 targetEvent 에 TTS.TextInput 제거 (#1152)
Browse files Browse the repository at this point in the history
### Description
- BackgroundFocusHolder 내 targetEvent 에 TTS.TextInput 제거
- #556 때 focusTarget에 `Text.Input` Event가 포함되었는데, Text Interface에서
focus를 가져가지 않아도 된다라고 판단해서 삭제.
  • Loading branch information
jayce1116 authored Apr 3, 2024
1 parent df37720 commit bd3571f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NuguClientKit/Sources/Business/BackgroundFocusHolder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class BackgroundFocusHolder {
private let queue = DispatchQueue(label: "com.sktelecom.romaine.dummy_focus_requester")
// Prevent releasing focus while these event are being processed.
private let focusTargets = [
"Text.TextInput",
"TTS.SpeechFinished",
"AudioPlayer.PlaybackFinished",
"MediaPlayer.PlaySuspended"
Expand Down

0 comments on commit bd3571f

Please sign in to comment.