More polishes over the Changelog feature

This commit is contained in:
LucasGGamerM
2022-12-25 16:01:22 -03:00
parent 14cd23c28b
commit ea43070e6d
3 changed files with 14 additions and 2 deletions

View File

@@ -894,7 +894,8 @@ public class SettingsFragment extends MastodonToolbarFragment{
progress.setVisibility(View.GONE);
progress.removeCallbacks(progressUpdater);
}
changelog.setText(getString(R.string.sk_changelog, info.changelog));
changelog.setText(info.changelog);
// changelog.setText(getString(R.string.sk_changelog, info.changelog));
}
private void updateProgress(){