imurvai / brickcontroller2

Cross platform application for controlling Lego creations using a bluetooth gamepad.
108 stars 32 forks source link

Unregister dialog server only if both instances are the same #64

Closed vicocz closed 3 years ago

vicocz commented 3 years ago

When navigation page is changed on UWP platform PageBase.OnDisappearing of the previous page is called after PageBase.OnAppearing of the new one. Therefore no dialog server was set as it was reset by UnregisterDialogServer. Added condition so as stored dialog server is reset only if unregistration is called for currently stored instance.

imurvai commented 3 years ago

Thanks!