Skip to content

Commit

Permalink
fix: remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sebesti0n committed Mar 8, 2024
1 parent 22a010d commit a651ad2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ protected void onCreate(Bundle savedInstanceState) {
.append(")\n");

// Majority of content from string resource
// builder.append(getString(R.string.about_text));
// builder.append("\n\n");

version.setText(builder.toString());
tv.setText((Spannable) Html.fromHtml(getString(R.string.about_content)));
}
Expand Down

0 comments on commit a651ad2

Please sign in to comment.