mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-23 07:41:28 +00:00
parent
40108d5276
commit
15b131d8c2
@ -816,7 +816,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void updateInviteReminder() {
|
private void updateInviteReminder() {
|
||||||
if (TextSecurePreferences.isPushRegistered(this) && !isSecureText && recipients.isSingleRecipient()) {
|
if (TextSecurePreferences.isPushRegistered(this) &&
|
||||||
|
!isSecureText &&
|
||||||
|
recipients.isSingleRecipient() &&
|
||||||
|
recipients.getPrimaryRecipient() != null &&
|
||||||
|
recipients.getPrimaryRecipient().getContactUri() != null)
|
||||||
|
{
|
||||||
new ShowInviteReminderTask().execute(recipients);
|
new ShowInviteReminderTask().execute(recipients);
|
||||||
} else {
|
} else {
|
||||||
reminderView.hide();
|
reminderView.hide();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user