Skip to content

Commit

Permalink
Fix Null Pointer Exception (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboe026 authored May 22, 2017
1 parent 04a0a82 commit 966a4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Boxify/Frames/YourMusic.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,6 @@ await CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(CoreDispatcherPrio
preEmptiveLoadPlaylists.Remove(playlistList);
playlistList = null;
}
preEmptiveLoadPlaylists.Clear();
preEmptiveLoadPlaylists = null;
}

Warning = null;
Expand Down
2 changes: 1 addition & 1 deletion Boxify/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="59608AdamBoe.Boxify" Publisher="CN=8D06F663-BC29-4EB6-8132-EDD6F1F21B53" Version="1.0.2.0" />
<Identity Name="59608AdamBoe.Boxify" Publisher="CN=8D06F663-BC29-4EB6-8132-EDD6F1F21B53" Version="1.0.3.0" />
<mp:PhoneIdentity PhoneProductId="7526d7f4-79a5-47c6-a8c5-84bff1e76ca5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Boxify</DisplayName>
Expand Down

0 comments on commit 966a4c6

Please sign in to comment.