Our team has encountered a problem. We cannot accurately determine how long the application has been running after returning from suspend, and because of this, we are making additional backend requests that are mostly unnecessary.
Do you happen to know what we should do in this situation? Maybe there are some methods that return the time while taking suspend into account, or any possible alternatives.