Skip to content

Commit

Permalink
WIP – Address new warning introduced by the Gutenberg via XCFramework
Browse files Browse the repository at this point in the history
setup
  • Loading branch information
mokagio committed May 23, 2023
1 parent 1727079 commit cb4b3e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ extension GutenbergViewController: GutenbergBridgeDelegate {
mediaType = mediaType | WPMediaType.other.rawValue
case .any:
mediaType = mediaType | WPMediaType.all.rawValue
@unknown default:
fatalError()
}
}

Expand Down

0 comments on commit cb4b3e0

Please sign in to comment.