forked from organicmaps/organicmaps-tmp
[android] Fixed missing call to super.onDestroy()
This commit is contained in:
parent
7bab0cd718
commit
159621adf4
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ public class MWMActivity extends SmartGLActivity implements
|
|||
public void onDestroy()
|
||||
{
|
||||
nativeDestroy();
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
// From Location interface
|
||||
|
|
Loading…
Add table
Reference in a new issue