mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-28 08:21:23 +00:00
@@ -62,7 +62,7 @@ public class IdentityUtil {
|
||||
protected void onPostExecute(Optional<IdentityRecord> result) {
|
||||
future.set(result);
|
||||
}
|
||||
}.execute(recipient);
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, recipient);
|
||||
|
||||
return future;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user