kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
ae4f6b1dd4
commit
6caee6b0f0
|
@ -797,9 +797,14 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onModified(Recipients recipients) {
|
||||
titleView.setTitle(recipients);
|
||||
setBlockedUserState(recipients);
|
||||
public void onModified(final Recipients recipients) {
|
||||
titleView.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
titleView.setTitle(recipients);
|
||||
setBlockedUserState(recipients);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void initializeReceivers() {
|
||||
|
|
Ładowanie…
Reference in New Issue