Skip to content

Commit

Permalink
Add beforeMediaDeleted implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Jun 22, 2022
1 parent bae159f commit ec2a7a4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,11 @@ public void onMediaDeleted(AztecAttributes aztecAttributes) {
}
}

@Override
public void beforeMediaDeleted(@NonNull AztecAttributes aztecAttributes) {
// noop implementation for shared interface with block editor
}

private static class MediaPredicate implements AztecText.AttributePredicate, Parcelable {
private final String mId;
private final String mAttributeName;
Expand Down

0 comments on commit ec2a7a4

Please sign in to comment.