From ab5f349555e3461bdc2051d262227ad9166da650 Mon Sep 17 00:00:00 2001 From: Tim Schneeberger Date: Fri, 12 Jul 2024 01:46:31 +0200 Subject: [PATCH] fix: downgrade FA library to fix a deadlock (#515) --- GalaxyBudsClient/GalaxyBudsClient.csproj | 2 +- GalaxyBudsClient/Interface/Pages/BatteryHistoryPage.axaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/GalaxyBudsClient/GalaxyBudsClient.csproj b/GalaxyBudsClient/GalaxyBudsClient.csproj index 9173a43e..7fe01dee 100644 --- a/GalaxyBudsClient/GalaxyBudsClient.csproj +++ b/GalaxyBudsClient/GalaxyBudsClient.csproj @@ -90,7 +90,7 @@ - + diff --git a/GalaxyBudsClient/Interface/Pages/BatteryHistoryPage.axaml b/GalaxyBudsClient/Interface/Pages/BatteryHistoryPage.axaml index e117ac08..d4cfcd69 100644 --- a/GalaxyBudsClient/Interface/Pages/BatteryHistoryPage.axaml +++ b/GalaxyBudsClient/Interface/Pages/BatteryHistoryPage.axaml @@ -129,8 +129,14 @@ Cursor="{Binding PlotCursor}" Grid.Row="3" /> + +