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:
parent
b4d5c5b825
commit
d203aa606c
6 changed files with 184 additions and 118 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue