One Time Code permanently shifts frame when dismissed
Opened this issue · 0 comments
eltonleeintrepid commented
Current:
- When a text message is received with an authorization code, a suggestions toolbar will appear above the keyboard.
- IHKeyboardAvoiding does not update with this new height from the suggestions toolbar. (Avoiding view is not pushed further up)
- When the authorization code is consumed, the suggestions toolbar disappears and IHKeyboardAvoiding shifts the view down by the suggestions toolbar's height.
Expected:
2. IHKeyboardAvoiding updates with this new height from the suggestions toolbar. (Avoiding view is pushed further up)