Added skeleton Searching functionality to the Album and Artist tabbed views in addition to the Song view. Added contributors and the License to the About settings # 53 #44

This commit is contained in:
amazing-username
2019-06-13 15:58:17 -07:00
parent 19e6f8aa44
commit 1706bec261
14 changed files with 71 additions and 39 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace Mear.Views
#region Events
private void ArtistListView_ItemSelected(object sender, SelectedItemChangedEventArgs e)
{
var artistItem = (sender as ListView).SelectedItem = null;
}
#endregion
#endregion