Skip to content

Commit 6335da8

Browse files
committed
[BOOK-273] chore: 파일명 변경
1 parent d6d399d commit 6335da8

File tree

1 file changed

+1
-1
lines changed
  • core/common/src/main/kotlin/com/ninecraft/booket/core/common/extensions

1 file changed

+1
-1
lines changed

core/common/src/main/kotlin/com/ninecraft/booket/core/common/extensions/Context.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun Context.externalShareForBitmap(bitmap: ImageBitmap) {
3131
@Suppress("TooGenericExceptionCaught")
3232
fun Context.saveImageToGallery(bitmap: ImageBitmap) {
3333
try {
34-
val fileName = "bandalart_${System.currentTimeMillis()}.png"
34+
val fileName = "reed_record_${System.currentTimeMillis()}.png"
3535
val contentValues = ContentValues().apply {
3636
put(MediaStore.Images.Media.DISPLAY_NAME, fileName)
3737
put(MediaStore.Images.Media.MIME_TYPE, "image/png")

0 commit comments

Comments
 (0)