Skip to content

Commit 8d9e93f

Browse files
committed
Change of operators order
1 parent 8bf53a8 commit 8d9e93f

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/PlaceholderManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ class PlaceholderManager(
560560
* Use this method if you want your placeholders to be recreated on each size change.
561561
*/
562562
interface StaticPlaceholderAdapter : PlaceholderAdapter {
563-
override suspend fun createView(context: Context, placeholderUuid: String, viewParamsUpdate: StateFlow<Placeholder.ViewParams>): View {
563+
suspend override fun createView(context: Context, placeholderUuid: String, viewParamsUpdate: StateFlow<Placeholder.ViewParams>): View {
564564
return createView(context, placeholderUuid, attrs = viewParamsUpdate.value.attrs)
565565
}
566566
/**

0 commit comments

Comments
 (0)