Esempio n. 1
0
        protected async override void OnAppearing()
        {
            base.OnAppearing();
            await viewModel.SetNotifications();

            await viewModel.SetCalendarEvents();

            viewModel.CheckCurrentHome();
            if (LanguageConfigChanged())
            {
                SetCalendarConfigurations();
            }
        }