AndroidClientHandler code is not structured well enough to override anything #3059
Labels
Area: App Runtime
Issues in `libmonodroid.so`.
enhancement
Proposed change to current functionality.
Milestone
I tried to override a method to fix #3058
As soon as you copy this method over and try to change the line with the issue, you notice a lot of errors leading to private methods, properties or fields. When you copy over these methods from the source, you notice another bunch of errors with the same cause. Overriding this single method (I know, it's the most crucial one) leads me to copying all the files inside the Xamarin.Android.Net folder.
IMHO this class should be restructured so that it's a lot easier for inheritors to override some parts of it.
The text was updated successfully, but these errors were encountered: