encdroid icon indicating copy to clipboard operation
encdroid copied to clipboard

Account.linkOrAuthIfNeeded() shouldn't need an Activity

Open mrpdaemon opened this issue 10 years ago • 1 comments

This is being called within TaskFragment / AsyncTask and should ideally work fine in the absence of an Activity context.

mrpdaemon avatar Dec 07 '14 08:12 mrpdaemon

It's possible for GoogleDriveAccount.startAuthThread() to accept Fragment as well, this was Account.linkOrAuthIfNeeded() can be passed the TaskFragment reference.

mrpdaemon avatar Dec 07 '14 08:12 mrpdaemon