|
|
@ -619,12 +619,12 @@ public class OrderSelectionActivity extends AppCompatActivity { |
|
|
|
super.onDestroy(); |
|
|
|
stopCountdown(); |
|
|
|
|
|
|
|
// 释放语音播放器资源 |
|
|
|
if (voicePlayerManager != null) { |
|
|
|
voicePlayerManager.release(); |
|
|
|
voicePlayerManager = null; |
|
|
|
LogManager.logInfo(TAG, "语音播放器资源已释放"); |
|
|
|
} |
|
|
|
// 释放语音播放器资源 暂时不需要再释放,因核销结果页和人脸识别页会进行语音播放器释放 |
|
|
|
// if (voicePlayerManager != null) { |
|
|
|
// voicePlayerManager.release(); |
|
|
|
// voicePlayerManager = null; |
|
|
|
// LogManager.logInfo(TAG, "语音播放器资源已释放"); |
|
|
|
// } |
|
|
|
|
|
|
|
// Fix 9.2: 不再需要清理门禁状态监听器(已改用广播方式) |
|
|
|
|
|
|
|