Bug after fixed shifted drawing on KitKat resume--> When locking screen the app crashes

Hello!

I had problems with shifted drawing on kitkat devices, it was fixed in:

But this have introduced a new bug, if the app is running and I’m locking the screen, the app crashes in
AndroidGameView line 146 : MakeCurrent()

Ive attached a picture with the error message; "OpenTK.Platform.Android.EglException: MakeCurrent failed with error 12297.

I tested using a older version of MonoGame.Framework.dll(before the shifted drawing was fixed), then it works. So the problem was introduced in pull 2660 i guess. Hope someone can take a look at it, quite annoying…