Fixed bug

This commit is contained in:
greedyAI 2020-10-22 12:54:58 -07:00
commit 57d3610b11

View file

@ -187,7 +187,7 @@ namespace CalculatorApp
auto currentCategory = value->GetModelCategory();
IsCurrencyCurrentCategory = currentCategory.id == CalculatorApp::Common::NavCategory::Serialize(CalculatorApp::Common::ViewMode::Currency);
}
OnPropertyChanged("CurrentCategory");
RaisePropertyChanged("CurrentCategory");
}
}