mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Fix crash
This commit is contained in:
parent
ac2e4d2ea1
commit
38464bf1f7
@ -1857,9 +1857,11 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
ApplicationContext.getInstance(this)
|
ApplicationContext.getInstance(this)
|
||||||
.getJobManager()
|
.getJobManager()
|
||||||
.add(new RetrieveProfileJob(recipient));
|
.add(new RetrieveProfileJob(recipient));
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user