mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Fixing build
This commit is contained in:
parent
b5d70ad8e7
commit
f75ddcb97e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class AuthenticatorAsyncTask extends AsyncTask<String, Void, RemoteOpera
|
|||
|
||||
public AuthenticatorAsyncTask(Activity activity) {
|
||||
mContext = activity.getApplicationContext();
|
||||
mListener = new WeakReference<>((OnAuthenticatorTaskListener)activity);
|
||||
mListener = new WeakReference<OnAuthenticatorTaskListener>((OnAuthenticatorTaskListener)activity);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue