File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
EssentialUIKit/Behaviors/ECommerce Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ protected override void OnAttachedTo(ContentPage bindable)
3939 /// <param name="e">EventArgs</param>
4040 private void Bindable_Appearing ( object sender , EventArgs e )
4141 {
42- if ( bindablePage != null )
43- {
44- if ( bindablePage . BindingContext is DetailPageViewModel )
45- {
46- //TODO: Manage cart item count for detail page
47- //(bindablePage.BindingContext as DetailPageViewModel).CartItemCount
48- }
49- else if ( bindablePage . BindingContext is CatalogPageViewModel )
50- {
51- //TODO: Manage cart item count for catalog page
52- //(bindablePage.BindingContext as CatalogPageViewModel).CartItemCount
53- }
54- }
42+ // if (bindablePage != null)
43+ // {
44+ // if (bindablePage.BindingContext is DetailPageViewModel)
45+ // {
46+ // //TODO: Manage cart item count for detail page
47+ // //(bindablePage.BindingContext as DetailPageViewModel).CartItemCount
48+ // }
49+ // else if (bindablePage.BindingContext is CatalogPageViewModel)
50+ // {
51+ // //TODO: Manage cart item count for catalog page
52+ // //(bindablePage.BindingContext as CatalogPageViewModel).CartItemCount
53+ // }
54+ // }
5555 }
5656
5757 /// <summary>
You can’t perform that action at this time.
0 commit comments