1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

code cleanup

This commit is contained in:
Nikolay Pultsin 2011-09-25 22:59:09 +01:00
parent 2f9c46e4cc
commit 1f8bf72dae
2 changed files with 1 additions and 6 deletions

View file

@ -146,7 +146,7 @@ public class AuthenticationActivity extends Activity {
myCustomAuthentication = intent.getBooleanExtra(CUSTOM_AUTH_KEY, false);
if (myCustomAuthentication) {
myLink = Util.linkByIntent(intent);
myLink = NetworkLibrary.Instance().getLinkByUrl(String.valueOf(intent.getData()));
if (myLink == null) {
finish();
return;