Is there any way i could modify or set or override the exit animation duration of android bottomsheet component.
I tried getDialog().getWindow().getExitTransition().setDuration(int);
but getExitTransition()
throws NullPointerException.
Suggestions welcomed.