Skip to content

Commit

Permalink
add FileXInit setTraditional()
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan-kgp committed Mar 24, 2021
1 parent 0fcf1ca commit f92971a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/balti/filex/FileXInit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class FileXInit(context: Context, isTraditional: Boolean) {
val isTraditional: Boolean
get() = globalIsTraditional

fun setTraditional(isTraditional: Boolean){
globalIsTraditional = isTraditional
}

internal val sharedPreferences by lazy { fContext.getSharedPreferences(PREF_NAME, MODE_PRIVATE) }

var refreshFileOnCreation: Boolean = true
Expand Down

0 comments on commit f92971a

Please sign in to comment.