Laimiux/rxnetwork-android

ContentObservable is private?

teddis opened this issue · 1 comments

Is there a reason this is not declared public so apps can use the class?

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.