mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Use app name as image save location
This commit is contained in:
		@@ -475,7 +475,7 @@ class ReaderPresenter(
 | 
			
		||||
        // Pictures directory.
 | 
			
		||||
        val destDir = File(Environment.getExternalStorageDirectory().absolutePath +
 | 
			
		||||
                File.separator + Environment.DIRECTORY_PICTURES +
 | 
			
		||||
                File.separator + "TachiyomiEH")
 | 
			
		||||
                File.separator + context.getString(R.string.app_name))
 | 
			
		||||
 | 
			
		||||
        // Copy file in background.
 | 
			
		||||
        Observable.fromCallable { saveImage(page, destDir, manga) }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user