String fix

This commit is contained in:
FlyingP1g FlyingP1g
2022-07-12 17:30:48 +03:00
parent 57bd5789d4
commit 0ae94e9579
2 changed files with 5 additions and 3 deletions

View File

@@ -83,7 +83,9 @@ public class AboutFragment extends Fragment {
}
});
if (!getDefault().getLanguage()
.equals(ENGLISH.toString())) {
.equals(ENGLISH.toString()) &&
getString(R.string.translated_by).length() != 0 &&
getString(R.string.translator_name).length() != 0) {
translatedBy.setVisibility(View.VISIBLE);
translatedBy.setText(getString(
R.string.translated_by,