diff --git a/ios/OneSignalNotificationServiceExtension/Info.plist b/ios/OneSignalNotificationServiceExtension/Info.plist
index 0342f1a46..cdf516fc7 100644
--- a/ios/OneSignalNotificationServiceExtension/Info.plist
+++ b/ios/OneSignalNotificationServiceExtension/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.0.50
+ 0.0.51
CFBundleVersion
- 50
+ 51
NSExtension
NSExtensionPointIdentifier
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 1e0750334..578bda10a 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -23,11 +23,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.50
+ 0.0.51
CFBundleSignature
????
CFBundleVersion
- 50
+ 51
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
diff --git a/lib/widgets/fields/toggle_field.dart b/lib/widgets/fields/toggle_field.dart
index 34c108f30..80fa0e189 100644
--- a/lib/widgets/fields/toggle_field.dart
+++ b/lib/widgets/fields/toggle_field.dart
@@ -12,7 +12,7 @@ class OBToggleField extends StatelessWidget {
final Widget subtitle;
final bool hasDivider;
- const OBToggleField({Key key, @required this.value, this.onChanged, this.onTap, this.leading, @required this.title, this.subtitle, this.hasDivider}) : super(key: key);
+ const OBToggleField({Key key, @required this.value, this.onChanged, this.onTap, this.leading, @required this.title, this.subtitle, this.hasDivider=true}) : super(key: key);
@override