Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 11, 2025
1 parent 8a6299c commit d295cb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class SetupEncryptionDialogFragment : DialogFragment(), Injectable {
UnexpectedError(R.string.end_to_end_encryption_unexpected_error_occurred)
}

// TODO - Replace with Coroutines
@SuppressLint("StaticFieldLeak")
inner class DownloadKeysAsyncTask(context: Context) : AsyncTask<Void?, Void?, Any?>() {
private val mWeakContext: WeakReference<Context> = WeakReference(context)
Expand Down

0 comments on commit d295cb2

Please sign in to comment.