OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
69 stars 21 forks source link

Hide channelErrorLabel when streaming is possible on channel #278

Closed ktprograms closed 2 years ago

ktprograms commented 2 years ago

Also rename canStreamOnChannel to checkCanStreamOnChannel. It makes more sense since it sets the channelErrorLabel text as well as returning the status.

Alternatively it could be renamed to checkCanStreamOnChannelAndSetLabelText, but that's very verbose.