Commit 8c3be3f
committed
Get rif of the protection against faulty inheritance of actors
The disadvantage is that then the child can access and modify parent's private members, such as mActivity, and cause rather unpredictable behaviours.
I don't think it's worth having a protection which in the end would cause a different kind of bugs.1 parent 42a5bf3 commit 8c3be3f
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 126 | + | |
132 | 127 | | |
133 | 128 | | |
134 | 129 | | |
| |||
0 commit comments