summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-20 10:40:02 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-20 10:40:02 -0400
commit599f9c1bb2d283e6a0cc4a18eb13342f19c2c337 (patch)
tree3afe4ac60cd2e272f1d6b6955e8c74720c7e0cef
parent84fee6977cd189ba2cd97b05d9db61cbb5307039 (diff)
parente65236b004893227270cef02c09278c1f42f93af (diff)
downloadsdl_ios-599f9c1bb2d283e6a0cc4a18eb13342f19c2c337.tar.gz
Merge branch 'develop' into bugfix/issue-remove-the-suppress-deprecation-warnings-from-tests
-rw-r--r--SmartDeviceLink/public/SDLLockScreenViewController.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLLockScreenViewController.m b/SmartDeviceLink/public/SDLLockScreenViewController.m
index 6fc91e9ea..255912d31 100644
--- a/SmartDeviceLink/public/SDLLockScreenViewController.m
+++ b/SmartDeviceLink/public/SDLLockScreenViewController.m
@@ -61,6 +61,10 @@ NS_ASSUME_NONNULL_BEGIN
return useWhiteIcon ? UIStatusBarStyleLightContent : UIStatusBarStyleDefault;
}
+- (UIModalPresentationStyle)modalPresentationStyle {
+ return UIModalPresentationFullScreen;
+}
+
#pragma mark - Setters
- (void)setAppIcon:(UIImage *_Nullable)appIcon {