mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix resuming audio on call end.
This commit is contained in:
@@ -373,8 +373,8 @@ void Instance::resumeOnCall(AudioMsgId::Type type) {
|
||||
if (const auto data = getData(type)) {
|
||||
if (data->resumeOnCallEnd) {
|
||||
data->resumeOnCallEnd = false;
|
||||
play(type);
|
||||
}
|
||||
play(type);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user