This commit is contained in:
Amine
2017-08-31 19:57:12 +02:00
parent faebfc238c
commit b447ac738a
2 changed files with 5 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
customTabActivityHelper = CustomTabActivityHelper()
val dirtyPref = PreferenceManager.getDefaultSharedPreferences(this)
val dirtyPref = getSharedPreferences(Config.settingsName, Context.MODE_PRIVATE)
api = SelfossApi(this, this@HomeActivity, dirtyPref.getBoolean("isSelfSignedCert", false))
items = ArrayList()