I am trying to use native ffplay android player in my flutter app. When i use back gesture to close activity - onDestroy called and app crashing, but i don’t see any backPressed logs, seems like it’s not calling. Any suggestion? Can it be problem with back pressed button or it’s just concurrency issue?