show post language in metadata (#4127)
closes https://github.com/tuskyapp/Tusky/issues/3096 <img src="https://github.com/tuskyapp/Tusky/assets/10157047/417c55a9-168b-4ada-9636-de6314698def" width="320">
This commit is contained in:
parent
0698333665
commit
1f698e0732
1 changed files with 7 additions and 0 deletions
|
|
@ -95,6 +95,13 @@ public class StatusDetailedViewHolder extends StatusBaseViewHolder {
|
|||
}
|
||||
}
|
||||
|
||||
String language = status.getLanguage();
|
||||
|
||||
if (language != null) {
|
||||
sb.append(metadataJoiner);
|
||||
sb.append(language.toUpperCase());
|
||||
}
|
||||
|
||||
Status.Application app = status.getApplication();
|
||||
|
||||
if (app != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue