Fixes #62.
This commit is contained in:
1 parent
faebfc238c
commit
b447ac738a
2 files changed
+5
-1
No files matched your search
@@ -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()
|
||||
|
||||
|
||||
Reference in new issue
Block a user