Skip to content

Commit

Permalink
remove empty comment
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Sep 26, 2023
1 parent af12b76 commit 61069a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/thoughtcrime/securesms/ProfileSettingsItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void set(String label, int labelColor, int iconLeft) {
if (labelColor != 0) {
labelView.setTextColor(ContextCompat.getColor(getContext(), labelColor));
} else {
labelView.setTextColor(ResUtil.getColor(getContext(), R.attr.emoji_text_color)); //
labelView.setTextColor(ResUtil.getColor(getContext(), R.attr.emoji_text_color));
}
}
}

0 comments on commit 61069a3

Please sign in to comment.