update ktlint plugin to 11.3.1, format code (#3442)
This commit is contained in:
parent
774d79d666
commit
d839f18267
141 changed files with 589 additions and 428 deletions
|
|
@ -306,8 +306,9 @@ class ViewMediaActivity : BaseActivity(), ViewImageFragment.PhotoActionsListener
|
|||
isCreating = false
|
||||
invalidateOptionsMenu()
|
||||
binding.progressBarShare.visibility = View.GONE
|
||||
if (result)
|
||||
if (result) {
|
||||
shareFile(file, "image/png")
|
||||
}
|
||||
},
|
||||
{ error ->
|
||||
isCreating = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue