Skip to content

Commit

Permalink
Fixed Button 2 text-color not changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hishd authored Jul 17, 2021
1 parent 88c42e6 commit 29d2ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void onClick(View v) {
});

if (textColor != 0)
btn1.setTextColor(textColor);
btn2.setTextColor(textColor);
}
return this;
}
Expand Down

0 comments on commit 29d2ba8

Please sign in to comment.