feat: make follow button consistent with current theme on FollowSuggestions fragment

This commit is contained in:
LucasGGamerM
2023-04-19 16:17:55 -03:00
parent 7bc49aa21c
commit f70a9cbe3f
2 changed files with 2 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ public class OnboardingFollowSuggestionsFragment extends RecyclerFragment<Parsed
actionWrap.setVisibility(View.GONE);
}else{
actionWrap.setVisibility(View.VISIBLE);
UiUtils.setRelationshipToActionButtonM3(relationship, actionButton);
UiUtils.setRelationshipToActionButton(relationship, actionButton);
}
}