mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
Fix crash
This commit is contained in:
parent
15d7a073f9
commit
75881273d5
@ -1533,10 +1533,10 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
}
|
||||
|
||||
private void onSecurityUpdated() {
|
||||
Log.i(TAG, "onSecurityUpdated()");
|
||||
updateReminders(recipient.hasSeenInviteReminder());
|
||||
if (recipient != null) {
|
||||
updateDefaultSubscriptionId(recipient.getDefaultSubscriptionId());
|
||||
}
|
||||
}
|
||||
|
||||
protected void updateReminders(boolean seenInvite) {
|
||||
Log.i(TAG, "updateReminders(" + seenInvite + ")");
|
||||
|
Loading…
Reference in New Issue
Block a user