We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d399d commit 6335da8Copy full SHA for 6335da8
core/common/src/main/kotlin/com/ninecraft/booket/core/common/extensions/Context.kt
@@ -31,7 +31,7 @@ fun Context.externalShareForBitmap(bitmap: ImageBitmap) {
31
@Suppress("TooGenericExceptionCaught")
32
fun Context.saveImageToGallery(bitmap: ImageBitmap) {
33
try {
34
- val fileName = "bandalart_${System.currentTimeMillis()}.png"
+ val fileName = "reed_record_${System.currentTimeMillis()}.png"
35
val contentValues = ContentValues().apply {
36
put(MediaStore.Images.Media.DISPLAY_NAME, fileName)
37
put(MediaStore.Images.Media.MIME_TYPE, "image/png")
0 commit comments