mastodon / mastodon-android

Official Android app for Mastodon
https://app.joinmastodon.org/android
GNU General Public License v3.0
1.63k stars 251 forks source link

fix: include account when opening FeaturedHashtags #824

Closed FineFindus closed 2 months ago

FineFindus commented 2 months ago

Fixes a NullPointerExpecption caused by not passing the account from the ProfileFeaturedFragment to the FeaturedHashtagsListFragment.

Closes https://github.com/mastodon/mastodon-android/issues/803.