mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 09:33:56 +00:00
public dir for images
This commit is contained in:
@@ -602,7 +602,7 @@ fun saveImageToDownloads(title: String, bitmap: Bitmap, context: Context) {
|
||||
"$APPLICATION_ID.provider",
|
||||
saveImage(
|
||||
bitmap,
|
||||
Environment.getExternalStorageDirectory().absolutePath + "/" + Environment.DIRECTORY_DOWNLOADS,
|
||||
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).absolutePath,
|
||||
title
|
||||
) ?: return
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user