File tree Expand file tree Collapse file tree
WordPress/src/main/java/org/wordpress/android/viewmodel/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class PageListViewModel @Inject constructor(
164164 fun onEditorThemeChanged (event : OnEditorThemeChanged ) {
165165 if (pagesViewModel.site.id == event.siteId) {
166166 event.editorTheme?.themeSupport?.let { themeSupport ->
167- isBlockBasedTheme.value = editorThemeStore.getIsBlockBasedTheme(themeSupport )
167+ isBlockBasedTheme.value = themeSupport.isEditorThemeBlockBased( )
168168 }
169169 }
170170 }
Original file line number Diff line number Diff line change 2222 automatticTracksVersion = ' 2.2.0'
2323 gutenbergMobileVersion = ' v1.94.0'
2424 wordPressAztecVersion = ' v1.6.3'
25- wordPressFluxCVersion = ' 2726-ac2541d1daa78019a0db45b74456ec574543cc1b '
25+ wordPressFluxCVersion = ' trunk-7d44ea7eecabc32200d900b8065760964de04d10 '
2626 wordPressLoginVersion = ' 1.3.0'
2727 wordPressPersistentEditTextVersion = ' 1.0.2'
2828 wordPressUtilsVersion = ' 3.6.1'
You can’t perform that action at this time.
0 commit comments