Skip to content

Commit

Permalink
Merge pull request #19529 from wordpress-mobile/analysis/use-updated-…
Browse files Browse the repository at this point in the history
…and-null-proof-theme-payload-classes

[Nullability Annotations to Java Classes] Use Updated and Null Proof `Theme` Payload Classes (`safe`)
  • Loading branch information
ParaskP7 authored Nov 7, 2023
2 parents 3d391e5 + 7f54686 commit fb5384d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ class SiteCreationMainVM @Inject constructor(
if (response.isError) {
AppLog.e(T.THEMES, "Error preloading starter designs: ${response.error}")
return@launch
} else if (response.designs == null) {
AppLog.e(T.THEMES, "Null starter designs response: $response")
return@launch
}

for (design in response.designs) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
automatticTracksVersion = '3.3.0'
gutenbergMobileVersion = 'v1.107.0'
wordPressAztecVersion = 'v1.8.0'
wordPressFluxCVersion = 'trunk-82a701e28d0eeb8c1612b256fd9d772182a13b6a'
wordPressFluxCVersion = 'trunk-7a028a40d0b015e8382c656b82064db2d887e578'
wordPressLoginVersion = 'trunk-9963d78096edf65f8704b803e5b93c08fc9174cd'
wordPressPersistentEditTextVersion = '1.0.2'
wordPressUtilsVersion = '3.10.0'
Expand Down

0 comments on commit fb5384d

Please sign in to comment.