mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Format code
This commit is contained in:
parent
12542856a0
commit
8805861ea4
1 changed files with 25 additions and 26 deletions
|
@ -528,8 +528,7 @@ private open class ImageProcessorCommandTask(context: Context) :
|
|||
handleCancel()
|
||||
return try {
|
||||
val fileUri = Uri.fromFile(file)
|
||||
val output = measureTime(
|
||||
TAG, "[handleCommand] Elapsed time", {
|
||||
val output = measureTime(TAG, "[handleCommand] Elapsed time", {
|
||||
when (cmd.method) {
|
||||
ImageProcessorService.METHOD_ZERO_DCE -> ZeroDce(
|
||||
context, cmd.maxWidth, cmd.maxHeight,
|
||||
|
|
Loading…
Reference in a new issue