mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 15:23:40 +00:00
parent
40108d5276
commit
15b131d8c2
@ -816,7 +816,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
}
|
||||
|
||||
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);
|
||||
} else {
|
||||
reminderView.hide();
|
||||
|
Loading…
x
Reference in New Issue
Block a user