diff --git a/InfoBlog/Views/BlogPage.xaml.cs b/InfoBlog/Views/BlogPage.xaml.cs index 59226c8..4250990 100644 --- a/InfoBlog/Views/BlogPage.xaml.cs +++ b/InfoBlog/Views/BlogPage.xaml.cs @@ -28,6 +28,7 @@ namespace InfoBlog.Views { Navigation.PushAsync(new WelcomePage()); } + //Get data from the database protected override void OnAppearing() { base.OnAppearing();