Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jan 30, 2024
1 parent a330d8d commit c36189c
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,17 +297,21 @@ public Thread execute(Account account, Context context,
mContext = context.getApplicationContext();
mCallerActivity = null;
mClient = null; // the client instance will be created from
// mAccount and mContext in the runnerThread to create below
// mAccount and mContext in the runnerThread to create below

mListener = listener;

mListenerHandler = listenerHandler;

Thread runnerThread = new Thread(this);
runnerThread.start();
return runnerThread;
}

public OwnCloudClient getClient() {
return mClient;
}

/**
* This is a transitional wrapper around
* {@link #execute(Account, Context, OnRemoteOperationListener, Handler)}
Expand Down

0 comments on commit c36189c

Please sign in to comment.