We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b437fca commit d81957dCopy full SHA for d81957d
1 file changed
WordPress/src/main/java/org/wordpress/android/ui/mysite/MySiteViewModel.kt
@@ -211,7 +211,8 @@ class MySiteViewModel @Inject constructor(
211
212
private val defaultTab: MySiteTabType
213
get() = if (isMySiteTabsEnabled) {
214
- if (appPrefsWrapper.getMySiteInitialScreen(buildConfigWrapper.isJetpackApp) == MySiteTabType.SITE_MENU.label) {
+ if (appPrefsWrapper.getMySiteInitialScreen(buildConfigWrapper.isJetpackApp) ==
215
+ MySiteTabType.SITE_MENU.label) {
216
MySiteTabType.SITE_MENU
217
} else {
218
MySiteTabType.DASHBOARD
0 commit comments