mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
#2797 fixing the note not saving issue.
This commit is contained in:
parent
c18fc0749f
commit
2745e53c68
@ -25,7 +25,6 @@ import android.content.pm.PackageManager
|
||||
import android.net.Uri
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
import android.os.Environment
|
||||
import android.util.Log
|
||||
import android.view.LayoutInflater
|
||||
import android.view.MenuItem
|
||||
@ -399,7 +398,7 @@ class AddNoteDialog : DialogFragment() {
|
||||
|
||||
companion object {
|
||||
@JvmField val NOTES_DIRECTORY =
|
||||
Environment.getExternalStorageDirectory().toString() + "/Kiwix/Notes/"
|
||||
instance.getExternalFilesDir("").toString() + "/Kiwix/Notes/"
|
||||
const val TAG = "AddNoteDialog"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user