mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
unused code has been removed
This commit is contained in:
parent
d878c17e3c
commit
1ad670efab
9 changed files with 3 additions and 473 deletions
|
@ -61,22 +61,6 @@ class AuthenticationDialog extends NetworkDialog {
|
|||
if (mgr.registrationSupported()) {
|
||||
myActivity.dismissDialog(NetworkDialog.DIALOG_AUTHENTICATION);
|
||||
Util.runRegistrationDialog(myActivity, myLink);
|
||||
/*
|
||||
NetworkDialog.show(myActivity, NetworkDialog.DIALOG_REGISTER_USER, myLink, new Runnable() {
|
||||
public void run() {
|
||||
try {
|
||||
if (mgr.isAuthorised(true)) {
|
||||
if (myOnSuccessRunnable != null) {
|
||||
myOnSuccessRunnable.run();
|
||||
}
|
||||
return;
|
||||
}
|
||||
} catch (ZLNetworkException e) {
|
||||
}
|
||||
NetworkDialog.show(myActivity, NetworkDialog.DIALOG_AUTHENTICATION, myLink, myOnSuccessRunnable);
|
||||
}
|
||||
});
|
||||
*/
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue