OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

Reposted claims improvements #293

Closed ktprograms closed 2 years ago

ktprograms commented 2 years ago

Changes made

Don't attempt to show reposted claim if it's a channel

In FileViewController, the code was attempting to display the claim after resolving it, even if it was found to be a channel, because code was running before the view controller got popped and the channel controller was shown.

Fix: #218

Add overlay with repost channel on reposted claims

Similar to on odysee.com, add a slightly transparent diagonal overlay with the reposter channel.

Show claims reposted by channel in channel view