Closed robmaceachern closed 1 year ago
@kyleve The notification screen handling was updated in https://github.com/square/Listable/pull/499/commits/27d578d368f8e02eed3f04a68ea2a923a3f5707e to match the revised Market implementation (https://github.com/squareup/market/pull/6826).
This updates the
KeyboardObserver
to match the more recent implementation we use elsewhere.Changes include:
UIView.AnimationCurve
instead ofUIView.AnimationOptions
ListView
changes:UIViewPropertyAnimator
instead ofUIView.animate
when responding to keyboard notifications.KeyboardFrameWillChangeCallback
now receives theUIView.AnimationCurve
instead ofUIView.AnimationOptions
Note: This implementation
Checklist
Please do the following before merging:
Main
section.