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
-3
View File
@@ -42,13 +42,10 @@ namespace Mear.Droid
{
if (Popup.SendBackPressed(base.OnBackPressed))
{
var demo = 0;
}
else
{
var demo = 0;
}
base.OnBackPressed();
}
}
}