Show progress bar while removing contact

This commit is contained in:
Airplane Mode
2023-01-16 23:56:26 +00:00
parent 8b9140f477
commit 186bcc0b47

View File

@@ -925,6 +925,7 @@ public class ConversationActivity extends BriarActivity
}
private void removeContact() {
list.showProgressBar();
runOnDbThread(() -> {
try {
contactManager.removeContact(contactId);