mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 22:37:57 +00:00

committed by
Moxie Marlinspike

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();
|
||||||
|
Reference in New Issue
Block a user