alexrainman / SegmentedControl

MIT License
86 stars 38 forks source link

Setting IsEnabled to true can cause crash #100

Closed aspriddell closed 5 years ago

aspriddell commented 5 years ago

There seems to be a bug where if the Controls' IsEnabled property is set to true can lead to this on Android:

System.ObjectDisposedException Cannot access a disposed object. Object name: 'Android.Widget.RadioGroup'.

Any workarounds or fixes would be helpful

BicycleMark commented 5 years ago

Did anyone ever pick up this ticket? Is this repo going to unsupported?

alexrainman commented 5 years ago

I will be releasing a new version soon.

BicycleMark commented 5 years ago

Nice! I am not sure if I asked in correct place: I added an issue to ask about TextColor vs TintColor. Right now I am attempting to add that property to the control. it is issue #101

aspriddell commented 5 years ago

closing as there has been no activity...