xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

Android.Support.Design FloatingActionButton.Behavior overrides have same erasure #48

Closed Redth closed 6 years ago

Redth commented 7 years ago

Mirroring Bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=34777

Redth commented 6 years ago

This is no longer a valid scenario in FloatingActionButton.Behavior. There is no way to override the OnStartNestedScroll or OnNestedScroll methods as they are not abstract or virtual. I don't believe Google ever intended for this to be a use case.