Skip to content

Commit

Permalink
fix(account-card-on-suggestions-fragment): fix account card progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Oct 4, 2023
1 parent 6778e30 commit 20c2681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private void onButtonClick(View v){
private void setActionProgressVisible(boolean visible){
if(visible)
actionProgress.setIndeterminateTintList(button.getTextColors());
// TODO button.setTextVisible(!visible);
button.setTextVisible(!visible);
actionProgress.setVisibility(visible ? View.VISIBLE : View.GONE);
button.setClickable(!visible);
}
Expand Down

0 comments on commit 20c2681

Please sign in to comment.