File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" org.devgeeks.privacyscreen" version =" 0.0.6 " >
2
+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" org.devgeeks.privacyscreen" version =" 0.0.7 " >
3
3
4
4
<name >PrivacyScreenPlugin</name >
5
5
<description >Secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.</description >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ - (void)applicationWillResignActive:(UIApplication *)application
27
27
if (splash == NULL ) {
28
28
self.window .hidden = YES ;
29
29
} else {
30
- imageView = [[UIImageView alloc ]initWithFrame:[self .window frame ]];
30
+ imageView = [[UIImageView alloc ]initWithFrame:[self .viewController.view bounds ]];
31
31
[imageView setImage: splash];
32
32
[self .viewController.view addSubview: imageView];
33
33
}
You can’t perform that action at this time.
0 commit comments