[TV] add removed configuration for tv product
authorShinwoo Kim <cinoo.kim@samsung.com>
Sat, 26 Sep 2015 09:59:21 +0000 (18:59 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 26 Sep 2015 10:00:21 +0000 (19:00 +0900)
Change-Id: I0fda8da75b7f15f3c7c0dd90edebe7b8163e33b5

src/screen_reader_tts.c

index f5ca2e3..3e5cbd5 100644 (file)
@@ -144,11 +144,13 @@ static void __tts_test_utt_completed_cb(tts_h tts, int utt_id, void *user_data)
                        flush_flag = EINA_FALSE;
        }
 
+#ifndef SCREEN_READER_TV
        if (last_utt_id == utt_id) {
                DEBUG("LAST UTTERANCE");
                pause_state = EINA_FALSE;
                on_utterance_end();
        }
+#endif
 
        return;
 }