diff --git a/App.xaml.cs b/App.xaml.cs
index 0919730..5fb511b 100644
--- a/App.xaml.cs
+++ b/App.xaml.cs
@@ -11,7 +11,7 @@ public partial class App : Application
Account account = getUserAccount();
- MainPage = new NavigationPage(new HomePage());
+ MainPage = new AppShell();
}
private Account getUserAccount()
diff --git a/AppShell.xaml b/AppShell.xaml
index 3f7ca5f..6e0a9ee 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -17,7 +17,6 @@
Title="More"
ContentTemplate="{DataTemplate pages:Splash}"
Route="Splash"
- Icon="more.svg"
IsVisible="False"/>
+
-
+ HorizontalOptions="Start"
+ Clicked="OnBackButtonClicked"/>
+ HorizontalOptions="Start"
+ Clicked="OnBackButtonClicked"/>