Skip to content

Commit

Permalink
MainActivity: remove cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Nov 14, 2019
1 parent b9f0061 commit b8cfea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/itxtech/flashmaster/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class MainActivity : AppCompatActivity() {
settings.domStorageEnabled = true
settings.setAppCacheEnabled(true)
settings.allowFileAccess = true
settings.setAppCacheMaxSize(1024 * 1024 * 8)
settings.databaseEnabled = true
settings.setAppCachePath(application.cacheDir.absolutePath)
settings.loadsImagesAutomatically = true
Expand Down

0 comments on commit b8cfea2

Please sign in to comment.