Skip to content

Commit

Permalink
Add beforeMediaDeleted empty implementation for the shared implementa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Gerardo committed Jun 22, 2022
1 parent cd71f39 commit 83974c5
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 83974c5

Please sign in to comment.