This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Commit b39c520
authored
Fix issue with Content Page behaviors (#652)
This allows behaviors to be attached to page events via <ContentPage.Behaviors> like Appearing and Disappearing. Without this fix, we get the cryptic following error:
"Additional information: bindable not an instance of AssociatedType"
Original discussion and solution here:
https://forums.xamarin.com/discussion/comment/230200/#Comment_2302001 parent e93ec41 commit b39c520
File tree
1 file changed
+3
-3
lines changed- Behaviors/EventToCommandBehavior/EventToCommandBehavior/Behaviors
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments