mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
move Config and Constants in the Helpers folder
This commit is contained in:
@ -2,7 +2,7 @@ package com.simplemobiletools.filemanager.extensions
|
||||
|
||||
import android.content.Context
|
||||
import com.simplemobiletools.commons.extensions.hasExternalSDCard
|
||||
import com.simplemobiletools.filemanager.Config
|
||||
import com.simplemobiletools.filemanager.helpers.Config
|
||||
|
||||
val Context.config: Config get() = Config.newInstance(this)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.simplemobiletools.filemanager
|
||||
package com.simplemobiletools.filemanager.helpers
|
||||
|
||||
import android.content.Context
|
||||
import com.simplemobiletools.commons.extensions.getInternalStoragePath
|
@ -1,7 +1,6 @@
|
||||
package com.simplemobiletools.filemanager
|
||||
package com.simplemobiletools.filemanager.helpers
|
||||
|
||||
val PATH = "path"
|
||||
val SCROLL_STATE = "scroll_state"
|
||||
|
||||
// shared preferences
|
||||
val SHOW_HIDDEN = "show_hidden"
|
Reference in New Issue
Block a user