aix 0.4.0 → 0.4.1

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.
@@ -121,7 +121,10 @@ class HybridAixComposer: HybridAixComposerSpec {
121
121
  let currentHeight = view.bounds.height
122
122
  if currentHeight != lastReportedHeight {
123
123
  lastReportedHeight = currentHeight
124
- getAixContext()?.reportComposerHeightChange(height: currentHeight)
124
+ if let ctx = cachedAixContext {
125
+ ctx.reportComposerHeightChange(height: currentHeight)
126
+ applyKeyboardTransform(height: ctx.keyboardHeight, heightWhenOpen: ctx.keyboardHeightWhenOpen, animated: false)
127
+ }
125
128
  }
126
129
  }
127
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aix",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "author": "Fernando Rojo",
5
5
  "repository": {
6
6
  "type": "git",