mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
DescriptionEditActivity.kt: removed unnecessary non-null assertion (!!) on a non-null receiver of type DescriptionEditHelper
This commit is contained in:
parent
7d6081078f
commit
4ebb00ef72
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class DescriptionEditActivity :
|
|||
for (mediaDetail in uploadMediaDetails) {
|
||||
try {
|
||||
compositeDisposable.add(
|
||||
descriptionEditHelper!!
|
||||
descriptionEditHelper
|
||||
.addCaption(
|
||||
applicationContext,
|
||||
media,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue