How to enable nrfx_uart_rx after nrfx_uart_rx_disable

I am using the nrfx_uart and need to disable the receiption. I call nrfx_uart_rx_disable.
When done once, the receiption is not working anymore, even when I call nrfx_uart_rx_enable.
What is wring here?

Related