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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aix",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "author": "Fernando Rojo",
5
5
  "repository": {
6
6
  "type": "git",