mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-28 04:25:18 +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() {
|
private void onSecurityUpdated() {
|
||||||
Log.i(TAG, "onSecurityUpdated()");
|
if (recipient != null) {
|
||||||
updateReminders(recipient.hasSeenInviteReminder());
|
|
||||||
updateDefaultSubscriptionId(recipient.getDefaultSubscriptionId());
|
updateDefaultSubscriptionId(recipient.getDefaultSubscriptionId());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected void updateReminders(boolean seenInvite) {
|
protected void updateReminders(boolean seenInvite) {
|
||||||
Log.i(TAG, "updateReminders(" + seenInvite + ")");
|
Log.i(TAG, "updateReminders(" + seenInvite + ")");
|
||||||
|
Loading…
Reference in New Issue
Block a user