混淆配置:PhotoCompressUtil内部类导致混淆问题
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.nnbc123.library.common.util
|
||||
|
||||
/**
|
||||
* Created by Max on 2024/1/20 11:42
|
||||
* Desc:
|
||||
**/
|
||||
interface PhotoCompressCallback {
|
||||
fun onSuccess(compressedImg: String)
|
||||
fun onFail(e: Throwable)
|
||||
}
|
@@ -169,14 +169,4 @@ object PhotoCompressUtil {
|
||||
return "${FileHelper.getRootFilesDir(Environment.DIRECTORY_PICTURES).absolutePath}/compress/${tag}/"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
interface PhotosCompressCallback {
|
||||
fun onSuccess(compressedImgList: ArrayList<String>)
|
||||
fun onFail(e: Throwable)
|
||||
}
|
||||
|
||||
interface PhotoCompressCallback {
|
||||
fun onSuccess(compressedImg: String)
|
||||
fun onFail(e: Throwable)
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
package com.nnbc123.library.common.util
|
||||
|
||||
/**
|
||||
* Created by Max on 2024/1/20 11:42
|
||||
* Desc:
|
||||
**/
|
||||
interface PhotosCompressCallback {
|
||||
fun onSuccess(compressedImgList: ArrayList<String>)
|
||||
fun onFail(e: Throwable)
|
||||
}
|
Reference in New Issue
Block a user