diff --git a/src/CalcManager/CalcManager.wasm b/src/CalcManager/CalcManager.wasm index 097aba74..d3b90dfa 100644 Binary files a/src/CalcManager/CalcManager.wasm and b/src/CalcManager/CalcManager.wasm differ diff --git a/src/Calculator.Shared/Views/HistoryList.xaml b/src/Calculator.Shared/Views/HistoryList.xaml index 6c3620d3..3c7b6580 100644 --- a/src/Calculator.Shared/Views/HistoryList.xaml +++ b/src/Calculator.Shared/Views/HistoryList.xaml @@ -1,5 +1,6 @@  - + + - + + @@ -33,7 +35,7 @@ - + diff --git a/src/Calculator.Shared/Views/Memory.xaml.cs b/src/Calculator.Shared/Views/Memory.xaml.cs index 17ab5069..1342868a 100644 --- a/src/Calculator.Shared/Views/Memory.xaml.cs +++ b/src/Calculator.Shared/Views/Memory.xaml.cs @@ -35,7 +35,9 @@ namespace CalculatorApp { m_isErrorVisualState = false; InitializeComponent(); - m_memoryItemFlyout = (MenuFlyout)(Resources["MemoryContextMenu"]); + + // UNO TODO + m_memoryItemFlyout = Resources["MemoryContextMenu"] as MenuFlyout ?? new MenuFlyout(); MemoryPaneEmpty.FlowDirection = LocalizationService.GetInstance().GetFlowDirection(); }