Skip to content

Commit 48dab2a

Browse files
authored
Merge branch 'trunk' into feat/CMM-1289-new-stats-subscribers-tab
2 parents 53e6ff0 + f662c9e commit 48dab2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/src/main/java/org/wordpress/android/ui/postsrs/PostRsListUiState.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ internal fun PostStatus?.toLabel(): Int = when (this) {
206206
R.string.post_status_post_scheduled
207207
is PostStatus.Trash ->
208208
R.string.post_status_post_trashed
209+
is PostStatus.Any -> 0
209210
is PostStatus.Custom -> 0
210211
null -> 0
211212
}

0 commit comments

Comments
 (0)