qpa: Fix a crash in EGLPlatformContext::swapBuffers()
After internalWindow->present() is called, we cannot guarantee that the current opengl context hasn't changed. If kwin changes the current opengl context, bindContextFBO() can crash because there may not be current QOpenGLContext.