mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Merge branch 'progressbar-remove-contact' into 'master'
Show progress bar while removing contact See merge request briar/briar!1759
This commit is contained in:
@@ -925,6 +925,7 @@ public class ConversationActivity extends BriarActivity
|
||||
}
|
||||
|
||||
private void removeContact() {
|
||||
list.showProgressBar();
|
||||
runOnDbThread(() -> {
|
||||
try {
|
||||
contactManager.removeContact(contactId);
|
||||
|
||||
Reference in New Issue
Block a user