diff --git a/SidebarDiagnostics/Properties/AssemblyInfo.cs b/SidebarDiagnostics/Properties/AssemblyInfo.cs index 5a78122..6c95da7 100644 --- a/SidebarDiagnostics/Properties/AssemblyInfo.cs +++ b/SidebarDiagnostics/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.1.0")] -[assembly: AssemblyFileVersion("3.0.1.0")] +[assembly: AssemblyVersion("3.0.2.0")] +[assembly: AssemblyFileVersion("3.0.2.0")] diff --git a/SidebarDiagnostics/Sidebar.xaml.cs b/SidebarDiagnostics/Sidebar.xaml.cs index f6b8c43..c8e9bea 100644 --- a/SidebarDiagnostics/Sidebar.xaml.cs +++ b/SidebarDiagnostics/Sidebar.xaml.cs @@ -126,6 +126,10 @@ private void BindPosition(Action callback) { SetAppBar(_screen, _edge, _windowWA, _appbarWA, callback); } + else if (callback != null) + { + callback(); + } } private delegate void BindModelHandler();