Remove unnecessary old code

This commit is contained in:
Dean Herbert 2017-08-25 13:07:10 +09:00
parent 2dd3e51373
commit 72a16e31dd
1 changed files with 0 additions and 5 deletions

View File

@ -242,11 +242,6 @@ protected override void LoadComplete()
}; };
} }
// ensure both overlays aren't presented at the same time
chat.StateChanged += (container, state) => social.State = state == Visibility.Visible ? Visibility.Hidden : social.State;
social.StateChanged += (container, state) => chat.State = state == Visibility.Visible ? Visibility.Hidden : chat.State;
LoadComponentAsync(Toolbar = new Toolbar LoadComponentAsync(Toolbar = new Toolbar
{ {
Depth = -4, Depth = -4,