private void OnSelectedCategoryPositionChanged() { System.Diagnostics.Debug.WriteLine($"SelectedCategoryPosition changed to {SelectedCategoryPosition}"); IsSelectNextCategoryTipEnabled = false; IsSelectNextCategoryTipNotRequired = true; SelectedCategory.InitAsync().HandleResult(); }
public async override Task InitAsync() { ShowSelectNextCategoryTipIfRequiredAsync().HandleResult(); await SelectedCategory.InitAsync(); await base.InitAsync(); }