mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	temporarily comment out deleting of newly created folders
This commit is contained in:
		| @@ -238,12 +238,12 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { | |||||||
|  |  | ||||||
|     private fun removeTempFolder() { |     private fun removeTempFolder() { | ||||||
|         if (config.tempFolderPath.isNotEmpty()) { |         if (config.tempFolderPath.isNotEmpty()) { | ||||||
|             val newFolder = File(config.tempFolderPath) |             /*val newFolder = File(config.tempFolderPath) | ||||||
|             if (newFolder.exists() && newFolder.isDirectory) { |             if (newFolder.exists() && newFolder.isDirectory) { | ||||||
|                 if (newFolder.list()?.isEmpty() == true) { |                 if (newFolder.list()?.isEmpty() == true) { | ||||||
|                     deleteFile(newFolder.toFileDirItem(applicationContext), true) |                     deleteFile(newFolder.toFileDirItem(applicationContext), true) | ||||||
|                 } |                 } | ||||||
|             } |             }*/ | ||||||
|             config.tempFolderPath = "" |             config.tempFolderPath = "" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user