mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 08:56:32 +00:00
@@ -797,10 +797,15 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onModified(Recipients recipients) {
|
public void onModified(final Recipients recipients) {
|
||||||
|
titleView.post(new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
titleView.setTitle(recipients);
|
titleView.setTitle(recipients);
|
||||||
setBlockedUserState(recipients);
|
setBlockedUserState(recipients);
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
private void initializeReceivers() {
|
private void initializeReceivers() {
|
||||||
securityUpdateReceiver = new BroadcastReceiver() {
|
securityUpdateReceiver = new BroadcastReceiver() {
|
||||||
|
|||||||
Reference in New Issue
Block a user