ContentObservable is private?
teddis opened this issue · 1 comments
teddis commented
Is there a reason this is not declared public so apps can use the class?
Laimiux commented
Yes because ContentObservable is an implementation detail that should not be visible to outside world. A better approach would be to move ContentObservable to a more generic library and then add that library here as a dependency.