@LSmint I suggest you to check the properties that topmost contains.
I use this to check if the app its being launched (so was killed) and I think when the app is in background currentEntry is null (but I have not checked)
const frameTopmost = frameModule.topmost();
// check frameTopmost.currentEntry and maybe other properties.
@LSmint I suggest you to check the properties that topmost contains. I use this to check if the app its being launched (so was killed) and I think when the app is in background currentEntry is null (but I have not checked)
const frameTopmost = frameModule.topmost(); // check frameTopmost.currentEntry and maybe other properties.