Fixing cache issue. May need some real solution.
This commit is contained in:
parent
e2bfd549d3
commit
0ef4fc67fa
@ -1,4 +1,4 @@
|
||||
**1.5.0.3 to 1.5.0.8**
|
||||
**1.5.0.3 to 1.5.0.9**
|
||||
|
||||
- Added a drawer for filtering sources and tags.
|
||||
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
applicationId "apps.amine.bou.readerforselfoss"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 1508
|
||||
versionName "1.5.0.8"
|
||||
versionCode 1509
|
||||
versionName "1.5.0.9"
|
||||
|
||||
// Enabling multidex support.
|
||||
multiDexEnabled true
|
||||
|
@ -279,7 +279,6 @@ class HomeActivity : AppCompatActivity() {
|
||||
override fun onSuccess() {}
|
||||
|
||||
override fun onFailure(p0: Exception?) {
|
||||
Toast.makeText(this@HomeActivity, getString(R.string.cache_drawer_error), Toast.LENGTH_SHORT).show()
|
||||
}
|
||||
|
||||
})
|
||||
|
@ -28,7 +28,7 @@ class MyApp : MultiDexApplication() {
|
||||
.applyAllDefaultRules()
|
||||
|
||||
try {
|
||||
Reservoir.init(this, 4096) //in bytes
|
||||
Reservoir.init(this, 8192) //in bytes
|
||||
} catch (e: IOException) {
|
||||
//failure
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user