mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44:26 +00:00
Make TAG private
This commit is contained in:
parent
ed5d6a0633
commit
ac1d51657e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import kotlinx.coroutines.CancellationException
|
|||
import org.matrix.android.sdk.api.util.md5
|
||||
import java.io.File
|
||||
|
||||
const val TAG = "bitmapFromMatrixFile"
|
||||
private const val TAG = "bitmapFromMatrixFile"
|
||||
|
||||
@Composable
|
||||
fun bitmapFromMatrixFile(url: String? = null): Bitmap? {
|
||||
|
|
Loading…
Reference in a new issue