forked from Louvorg/ReaderForSelfoss-multiplatform
Add a login switch to disable SSL verification
This commit is contained in:
1 parent
c4f4bafe85
commit
d167092c83
4 files changed
+66
-26
No files matched your search
@@ -139,6 +139,8 @@ class LoginActivity : AppCompatActivity(), DIAware {
|
||||
|
||||
showProgress(true)
|
||||
|
||||
appSettingsService.updateSelfSigned(binding.selfSigned.isChecked)
|
||||
|
||||
repository.refreshLoginInformation(url, login, password)
|
||||
|
||||
CoroutineScope(Dispatchers.Main).launch {
|
||||
|
||||
Reference in new issue
Block a user