aix 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/HybridAix.swift +1 -1
- package/package.json +1 -1
package/ios/HybridAix.swift
CHANGED
|
@@ -448,10 +448,10 @@ class HybridAix: HybridAixSpec, AixContext, KeyboardNotificationsDelegate {
|
|
|
448
448
|
)
|
|
449
449
|
|
|
450
450
|
print("[aix] applyContentInset \(targetBottom)")
|
|
451
|
+
onWillApplyContentInsets?(insets)
|
|
451
452
|
|
|
452
453
|
// If shouldApplyContentInsets is explicitly false, call callback and return
|
|
453
454
|
if shouldApplyContentInsets == false {
|
|
454
|
-
onWillApplyContentInsets?(insets)
|
|
455
455
|
return
|
|
456
456
|
}
|
|
457
457
|
|