Added About popup page. and fixed issue where song was starting from the beginning when resuming. #14 #53

This commit is contained in:
amazing-username
2019-06-12 18:22:11 -04:00
parent 4196d561f8
commit 19e6f8aa44
12 changed files with 307 additions and 34 deletions
+2
View File
@@ -22,6 +22,8 @@ namespace Mear.iOS
//
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
Rg.Plugins.Popup.Popup.Init();
global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());