3meters / patchr-ios

Next incarnation of Patchr for iOS
1 stars 0 forks source link

Group switcher button stops working sometimes #72

Closed Jaymassena closed 7 years ago

Jaymassena commented 7 years ago

Fixed.

Jaymassena commented 7 years ago

I believe the problem is that the view with the attached target handler was getting garbage collected because we did not have a strong reference. Change to a string reference and for insurance, reset the selector each time the channel switcher will appear.

Jaymassena commented 7 years ago

Grrrr. It looks like somebody is turning off user interaction. I have no idea who or why.

Jaymassena commented 7 years ago

I hope this is finally fixed. As workaround, we re-enable user interaction every time the ui is shown.