1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

AuthenticationDialog -> AuthenticationActivity (in progress)

This commit is contained in:
Nikolay Pultsin 2011-04-24 07:25:42 +01:00
parent b4d5c5b825
commit d203aa606c
6 changed files with 184 additions and 118 deletions

View file

@ -68,7 +68,7 @@ abstract class Util implements UserRegistrationConstants {
activity.startActivityForResult(new Intent(
REGISTRATION_ACTION,
Uri.parse(link.getUrl(UrlInfo.Type.SignUp))
), USER_REGISTRATION_REQUEST_CODE);
), NetworkBaseActivity.SIGNUP_CODE);
}
} catch (ActivityNotFoundException e) {
}