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

unencrypted protocol message

This commit is contained in:
Nikolay Pultsin 2011-04-24 13:55:52 +01:00
parent 1fbd102402
commit 357d3ecd3e
5 changed files with 21 additions and 15 deletions

View file

@ -87,6 +87,7 @@ abstract class Util implements UserRegistrationConstants {
if (isRegistrationSupported(activity, link)) {
intent.putExtra(AuthenticationActivity.SHOW_SIGNUP_LINK_KEY, true);
}
intent.putExtra(AuthenticationActivity.SCHEME_KEY, "https");
intent.putExtra(AuthenticationActivity.ERROR_KEY, error);
if (onSuccess != null) {
myAfterRegisrationMap.put(activity, onSuccess);