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

authorization while adding catalog fix

This commit is contained in:
dlmv 2011-12-14 17:22:32 +04:00
parent d8e8521dc1
commit fba4df1d88
4 changed files with 25 additions and 3 deletions

View file

@ -91,6 +91,7 @@ public abstract class Util implements UserRegistrationConstants {
}
public static void runAuthenticationDialog(Activity activity, INetworkLink link, Runnable onSuccess) {
final NetworkAuthenticationManager mgr = link.authenticationManager();
final Intent intent = intentByLink(new Intent(activity, AuthenticationActivity.class), link);