mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +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() {
|
private void removeContact() {
|
||||||
|
list.showProgressBar();
|
||||||
runOnDbThread(() -> {
|
runOnDbThread(() -> {
|
||||||
try {
|
try {
|
||||||
contactManager.removeContact(contactId);
|
contactManager.removeContact(contactId);
|
||||||
|
|||||||
Reference in New Issue
Block a user