Hello,
Are you using the clock driver in your code? The clock driver will release the 32K clock source used by the RTC/app timer when it receives a Softdevice disable request and if the Softdevice only requested the clock source. In that case, you can fix this by calling nrf_drv_clock_lfclk_request(). That informs the driver that's not only the Softdevice that relies on this clock source.
Hello,
Are you using the clock driver in your code? The clock driver will release the 32K clock source used by the RTC/app timer when it receives a Softdevice disable request and if the Softdevice only requested the clock source. In that case, you can fix this by calling nrf_drv_clock_lfclk_request(). That informs the driver that's not only the Softdevice that relies on this clock source.