lbryio / lbry-android

The LBRY Android app
MIT License
2.44k stars 113 forks source link

Fix crash for anonymous content or without tags #1190

Closed kekkyojin closed 3 years ago

kekkyojin commented 3 years ago

PR Checklist

Please check all that apply to this PR using "x":

PR Type

What kind of change does this PR introduce?

Fixes

Issue Number: #1189

What is the current behavior?

App crashes when user tries to consume anonymous content -and potentially content without tags-

What is the new behavior?

A check has been introduced to avoid the crash and show the content

kekkyojin commented 3 years ago

Thanks, @akinwale