Звонки/UI: освобождение микрофона после звонка, детальнее failed и возврат в Настройки после принудительного обновления

This commit is contained in:
AidarKC
2026-05-01 18:05:39 +03:00
parent 27bd47dbe0
commit d96985303d
3 changed files with 38 additions and 5 deletions
@@ -179,6 +179,9 @@ function openDeveloperAvatarUploadModal({ walletLogin, storagePwd, gateway } = {
}
async function forceUiUpdateNow() {
try {
window.location.hash = '#/settings-view';
} catch {}
if (!('serviceWorker' in navigator)) {
window.location.reload();
return;