kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
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();
|
||||||
|
|
Ładowanie…
Reference in New Issue