Skip to content

Commit f5c3063

Browse files
Update media-placeholders/src/main/java/org/wordpress/aztec/placeholders/ViewPlaceholderManager.kt
Co-authored-by: Amanda Riu <[email protected]>
1 parent 820b249 commit f5c3063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-placeholders/src/main/java/org/wordpress/aztec/placeholders/ViewPlaceholderManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class ViewPlaceholderManager(
113113
* @param shouldMergeItem this method should return true when the previous type is compatible and should be updated
114114
* @param updateItem function to update current parameters with new params
115115
*/
116-
suspend override fun insertOrUpdateItem(
116+
override suspend fun insertOrUpdateItem(
117117
type: String,
118118
shouldMergeItem: (currentItemType: String) -> Boolean,
119119
updateItem: (

0 commit comments

Comments
 (0)