diff --git a/Telegram/SourceFiles/boxes/send_files_box.cpp b/Telegram/SourceFiles/boxes/send_files_box.cpp index fc01e8808b..9126230364 100644 --- a/Telegram/SourceFiles/boxes/send_files_box.cpp +++ b/Telegram/SourceFiles/boxes/send_files_box.cpp @@ -376,9 +376,6 @@ void SendFilesBox::setupDragArea() { const auto state = Storage::ComputeMimeDataState(data); return (state == DragState::PhotoFiles) ? DragState::Image - : (state == DragState::Files - && !Storage::ValidateDragData(data, true)) - ? DragState::None : state; }; const auto areas = DragArea::SetupDragAreaToContainer(