mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
String fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user