[android] Fixed missing call to super.onDestroy()

This commit is contained in:
Alex Zolotarev 2012-01-20 02:59:09 +03:00 committed by Alex Zolotarev
parent 7bab0cd718
commit 159621adf4

View file

@ -178,6 +178,7 @@ public class MWMActivity extends SmartGLActivity implements
public void onDestroy()
{
nativeDestroy();
super.onDestroy();
}
// From Location interface