mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-19 18:56:31 +00:00
Fixes, mic level testing and volume adjustment
This commit is contained in:
@@ -87,6 +87,10 @@ void MessageThread::Run(){
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if(!running){
|
||||
queueMutex.Unlock();
|
||||
return;
|
||||
}
|
||||
currentTime=VoIPController::GetCurrentTime();
|
||||
std::vector<Message> msgsToDeliverNow;
|
||||
for(std::vector<Message>::iterator m=queue.begin();m!=queue.end();){
|
||||
|
||||
Reference in New Issue
Block a user