mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Makes MediaType internal
This commit is contained in:
parent
0556a3d088
commit
6aa0be22c9
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ internal fun createTemporaryMediaFile(context: Context, mediaType: MediaType): F
|
|||
)
|
||||
}
|
||||
|
||||
enum class MediaType {
|
||||
internal enum class MediaType {
|
||||
IMAGE, VIDEO
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue