fix guild display. Fixes #1492

This commit is contained in:
Phillip Thelen 2021-02-23 16:21:37 +01:00
parent aaebb10bc0
commit 78b8f0ee6e

View file

@ -114,7 +114,7 @@ class GuildOverviewFragment : BaseMainFragment<FragmentViewpagerBinding>(), Sear
userGuildsFragment?.onlyShowUsersGuilds = true
userGuildsFragment
} else {
userGuildsFragment?.onlyShowUsersGuilds = false
publicGuildsFragment?.onlyShowUsersGuilds = false
publicGuildsFragment
} ?: Fragment()
}