mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Show progress bar while removing contact
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