Lenkelheit / Coursework

This repository contains Instagram-like application
Apache License 2.0
1 stars 0 forks source link

Admin panel is not updating on GoBackCommand #142

Closed iamprovidence closed 5 years ago

iamprovidence commented 5 years ago

Admin panel is not updating after using GoBackCommand. In navigation manager we have stack with history, that has UserControl and its ViewModel. When you go back in history manager returns that control with its old datas. I tried implement this with Reflection, saving only ViewModel Type but it causes errors with ViewModels that do not has default constructor.

Probably it could be resolved using both approach or with method that find ViewModel with default constructor