Skip to content

Commit

Permalink
Update media-placeholders/src/main/java/org/wordpress/aztec/placehold…
Browse files Browse the repository at this point in the history
…ers/ViewPlaceholderManager.kt

Co-authored-by: Amanda Riu <[email protected]>
  • Loading branch information
planarvoid and AmandaRiu authored Jan 23, 2025
1 parent 820b249 commit f5c3063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class ViewPlaceholderManager(
* @param shouldMergeItem this method should return true when the previous type is compatible and should be updated
* @param updateItem function to update current parameters with new params
*/
suspend override fun insertOrUpdateItem(
override suspend fun insertOrUpdateItem(
type: String,
shouldMergeItem: (currentItemType: String) -> Boolean,
updateItem: (
Expand Down

0 comments on commit f5c3063

Please sign in to comment.