From 3d20958bb4b7a0687930386a126bccb1798c8176 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 1 Oct 2020 17:31:49 +0300 Subject: [PATCH] Remove assertion about taskbar position. --- Telegram/SourceFiles/platform/win/windows_event_filter.cpp | 2 +- Telegram/lib_ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/platform/win/windows_event_filter.cpp b/Telegram/SourceFiles/platform/win/windows_event_filter.cpp index a91f3c860..237b3d8b8 100644 --- a/Telegram/SourceFiles/platform/win/windows_event_filter.cpp +++ b/Telegram/SourceFiles/platform/win/windows_event_filter.cpp @@ -55,7 +55,7 @@ bool IsTaskbarAutoHidden(PUINT pEdge = nullptr) { *pEdge = pos.uEdge; } } else { - Unexpected("Failed to get taskbar pos"); + LOG(("Failed to get taskbar pos")); if (pEdge) { *pEdge = ABE_BOTTOM; } diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 86e141272..430d96dcd 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 86e141272a3a5b7bc15d76a9bbe8d5928babd3f8 +Subproject commit 430d96dcd5e3766ad406a35119adf89a611cdabd