Allow RetrieveProfileJob to be used for self.

This commit is contained in:
Alan Evans
2020-04-09 17:56:42 -03:00
committed by Greyson Parrelli
parent 2d60d5fb1f
commit f5e6fd6340
3 changed files with 26 additions and 13 deletions

View File

@@ -1842,7 +1842,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
return;
}
ApplicationDependencies.getJobManager().add(new RetrieveProfileJob(recipient.get()));
ApplicationDependencies.getJobManager().add(RetrieveProfileJob.forRecipient(recipient.get()));
}
private void onRecipientChanged(@NonNull Recipient recipient) {