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:
parent
d8e8521dc1
commit
fba4df1d88
4 changed files with 25 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue