Skip to content

Commit e874813

Browse files
committed
Switch to overFullScreen presentation
Keeping inline with iPhone presentation
1 parent 5afa976 commit e874813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/Services/Stories/WPMediaPicker+MediaPicker.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class WPMediaPickerForKanvas: WPNavigationMediaPickerViewController, MediaPicker
4848
}
4949

5050
let tabBar = PortraitTabBarController()
51-
tabBar.modalPresentationStyle = .fullScreen
51+
tabBar.modalPresentationStyle = .overFullScreen
5252

5353
let mediaPickerDelegate = MediaPickerDelegate(kanvasDelegate: delegate, presenter: tabBar)
5454
let options = WPMediaPickerOptions()

0 commit comments

Comments
 (0)