mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
code cleanup
This commit is contained in:
parent
2f9c46e4cc
commit
1f8bf72dae
2 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue