Migrated to Kotlin version of Material cab
This commit is contained in:
parent
4620c22479
commit
6aedfbc2cb
17 changed files with 823 additions and 877 deletions
|
@ -544,7 +544,7 @@ object PreferenceUtil {
|
|||
|
||||
var startDirectory: File
|
||||
get() {
|
||||
val folderPath = FoldersFragment.getDefaultStartDirectory().path
|
||||
val folderPath = FoldersFragment.defaultStartDirectory.path
|
||||
val filePath: String = sharedPreferences.getStringOrDefault(START_DIRECTORY, folderPath)
|
||||
return File(filePath)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue