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);
}
}

View File

@ -32,7 +32,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
tools:text="@string/follow_all"/>
tools:text="@string/follow_back"/>
<ProgressBar
android:id="@+id/action_progress"