mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
Listener moved from NetworkView to NetworkLibrary
This commit is contained in:
parent
384eb25009
commit
88f888f668
18 changed files with 74 additions and 91 deletions
|
@ -209,7 +209,6 @@ public class AuthenticationActivity extends Activity {
|
|||
final NetworkLibrary library = NetworkLibrary.Instance();
|
||||
library.invalidateVisibility();
|
||||
library.synchronize();
|
||||
NetworkView.Instance().fireModelChanged();
|
||||
}
|
||||
});
|
||||
finish();
|
||||
|
@ -252,7 +251,6 @@ public class AuthenticationActivity extends Activity {
|
|||
final NetworkLibrary library = NetworkLibrary.Instance();
|
||||
library.invalidateVisibility();
|
||||
library.synchronize();
|
||||
NetworkView.Instance().fireModelChanged();
|
||||
} catch (final ZLNetworkException e) {
|
||||
mgr.logOut();
|
||||
runOnUiThread(new Runnable() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue