Open danyaljj opened 8 years ago
There is a little confusion in usage of these two functions.
Specifically when you change this line of POS test from getView to addView, the test fails.
getView
addView
FYI @ChaseDuncan @cttsai
The solution may be to create an annotation that indicates "client shouldn't call directly"
There is a little confusion in usage of these two functions.
Specifically when you change this line of POS test from
getView
toaddView
, the test fails.FYI @ChaseDuncan @cttsai