Results 3 comments of Dev Esm

Hello. Trying to build flutter app for **x86 32 bit**, but libflutter.so is not generated. How can i fix this? armv7, arm46 and x86_64 are generated without issues

@haohaozaici You can do something like this: ``` @Override public void onPictureInPictureModeChanged(boolean isInPictureInPictureMode) { super.onPictureInPictureModeChanged(isInPictureInPictureMode); if (!isInPictureInPictureMode) { // Pip is closed here } }