This allows user to translate own post (#4648)
This allows user to translate own post Closes #4645
This commit is contained in:
parent
85a59ec1f5
commit
60a1922db6
2 changed files with 4 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ abstract class SFragment(@LayoutRes contentLayoutId: Int) : Fragment(contentLayo
|
|||
)
|
||||
}
|
||||
|
||||
// translation not there for your own posts, posts already in your language or non-public posts
|
||||
// translation not there for posts already in your language or non-public posts
|
||||
menu.findItem(R.id.status_translate)?.let { translateItem ->
|
||||
translateItem.isVisible = onMoreTranslate != null &&
|
||||
!status.language.equals(Locale.getDefault().language, ignoreCase = true) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue