mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	| @@ -145,7 +145,7 @@ class PreferencesHelper(val context: Context) { | ||||
|  | ||||
|     fun backupsDirectory() = rxPrefs.getString(Keys.backupDirectory, defaultBackupDir.toString()) | ||||
|  | ||||
|     fun dateFormat() = rxPrefs.getObject(Keys.dateFormat, DateFormatConverter()) | ||||
|     fun dateFormat() = rxPrefs.getObject(Keys.dateFormat, DateFormat.getDateInstance(DateFormat.SHORT), DateFormatConverter()) | ||||
|  | ||||
|     fun downloadsDirectory() = rxPrefs.getString(Keys.downloadsDirectory, defaultDownloadsDir.toString()) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user