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)
39
39
/// <param name="e">EventArgs</param>
40
40
private void Bindable_Appearing ( object sender , EventArgs e )
41
41
{
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
+ // }
55
55
}
56
56
57
57
/// <summary>
You can’t perform that action at this time.
0 commit comments