mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-17 04:10:39 +01:00
move Config and Constants in the Helpers folder
This commit is contained in:
parent
b1c7c6f9b1
commit
d3b5a3b2fd
@ -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"
|
Loading…
x
Reference in New Issue
Block a user