默认关闭tts提示音,tts有问题
This commit is contained in:
@@ -92,7 +92,7 @@ open class GroupData {
|
||||
|
||||
// 不需要记录
|
||||
public var newMessageSound : Bool {
|
||||
return (groudUserDefault?.object(forKey: newMessageSound_key) as? Bool) ?? true
|
||||
return (groudUserDefault?.object(forKey: newMessageSound_key) as? Bool) ?? false
|
||||
}
|
||||
|
||||
func setNewMessageSound(newMessageSound:Bool?) {
|
||||
|
||||
Reference in New Issue
Block a user