mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
remove-cookies-for-domain feature
This commit is contained in:
parent
8eb6cbfa29
commit
b3b85b4820
6 changed files with 43 additions and 5 deletions
|
@ -153,6 +153,9 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
return;
|
||||
}
|
||||
|
||||
//myNetworkContext.removeCookiesForDomain(SyncOptions.DOMAIN);
|
||||
//myNetworkContext.setAccountName(SyncOptions.DOMAIN, SyncOptions.REALM, null);
|
||||
|
||||
UIUtil.createExecutor(PreferenceActivity.this, "tryConnect").execute(new Runnable() {
|
||||
public void run() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue