Enter any room where you're allowed to change the subject, and try to do it.
The "Ok" button in the subject change dialog becomes inactive almost instantly after you enter any text.
Sometimes, it's possible to click it and change the subject, but mostly not.
Probably it's because the OkRelayCommand in the InputDialog uses something called WeakFunc for the command availability, and it's possible that the action gets garbage collected too early?
Enter any room where you're allowed to change the subject, and try to do it.
The "Ok" button in the subject change dialog becomes inactive almost instantly after you enter any text.
Sometimes, it's possible to click it and change the subject, but mostly not.
Probably it's because the
Ok
RelayCommand
in theInputDialog
uses something calledWeakFunc
for the command availability, and it's possible that the action gets garbage collected too early?