I have received feedback that my app is crashing on certain Oppo phones. It crashes at round about the same place in the app, but it's also worth noting that it doesn't always crash at this particular point. I managed to get one of the devices, but the logs aren't providing any details of the bug that's causing it to crash.
I did however get one hint though that it could be related to the Msgbox function (Which has been deprecated). It doesn't crash straight after after a Msgbox modal has been activated, so it's hard to know if that is indeed what is causing the problem. Does anyone know if it could be the deprecated Msgbox that is causing the issue? I do plan to update to MsgboxAsync, but it's behind other priorities so just want to know if it's worth tackling it first.