Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6aebf680 authored by Stephen Bird's avatar Stephen Bird
Browse files

[2/4] Add cancel callback for BlockContactDialog

Some ui elements need to refresh themselves when the dialog
is cancelled. This allows them to do that.

Change-Id: Iffa1861da93b4e070ace0168c3bccafcdf07b5a7
Ticket: CYNGNOS-3111
parent a586a527
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -534,6 +534,11 @@ public class QuickContactActivity extends ContactsActivity implements
        }
    };

    @Override
    public void onBlockCancelled() {
        // Do nothing
    }

    @Override
    public void onBlockSelected(boolean notifyLookupProvider) {
        mBlockContactHelper.blockContactAsync(notifyLookupProvider);