From 8116078c7273bc0f52424ede96563a4418155508 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 2 Mar 2022 23:41:13 +0200 Subject: SL-16965 360 Snapshot tool fails to save file to computer --- indra/newview/llmediactrl.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llmediactrl.cpp') diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp index 5393d0b0b7..9142aadab9 100644 --- a/indra/newview/llmediactrl.cpp +++ b/indra/newview/llmediactrl.cpp @@ -1146,6 +1146,11 @@ void LLMediaCtrl::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event) } else { + // Media might be blocked, waiting for a file, + // send an empty response to unblock it + const std::vector empty_response; + self->sendPickFileResponse(empty_response); + LLNotificationsUtil::add("MediaFileDownloadUnsupported"); } }; -- cgit v1.2.3