MapKit
MapKit copied to clipboard
Android App crashes every time with "hideMap" or Android Back Button Pressed
The app crashes every time I "hideMap" on android or press the back button. hideMap works fine in iOS.
This is the configuration I am testing with.

:+1: I can confirm the issue, i believe that it can be solved by adding this code:
public void onBackPressed() {
... some code here....
}
but unfortunately i'm not a java expert and i don't know how to solve it. May be someone can help us... :)