fix: 语音播放修复(AudioAttributes + clickable + 日志)
- 设置 AudioAttributes(CONTENT_TYPE_SPEECH)确保音频输出正确 - 按钮加 clickable/focusable 防止被 ScrollView 手势拦截 - 添加播放日志便于排查 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -146,6 +146,8 @@
|
||||
android:paddingStart="19dp"
|
||||
android:paddingEnd="19dp"
|
||||
android:layout_marginBottom="11dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:visibility="gone">
|
||||
|
||||
<!-- 声波图标(播放中切换为暂停) -->
|
||||
|
||||
Reference in New Issue
Block a user