ui / com.schibsted.account.ui.ui / FlowFragment / onVisibilityChanged

onVisibilityChanged

open fun onVisibilityChanged(isOpen: Boolean): Unit

Overrides KeyboardVisibilityListener.onVisibilityChanged

This method is called when the soft keyboard has pop down or pop up.

If the keyboard is visible the primaryActionView and secondaryActionView are animated to make a smooth transition. After the animation setUpContinueViewVisibility is called

Parameters

isOpen - true if the keyboard is visible, false otherwise