mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
DescriptionEditActivity.kt: removed unnecessary safe call on a non-null receiver of type DescriptionEditHelper
This commit is contained in:
parent
32790add55
commit
2c6f05714b
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ class DescriptionEditActivity :
|
|||
) {
|
||||
try {
|
||||
descriptionEditHelper
|
||||
?.addDescription(
|
||||
.addDescription(
|
||||
applicationContext,
|
||||
media,
|
||||
updatedWikiText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue