1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

apply review comments for CAndroidVMHelper

This commit is contained in:
Andrii Danylchenko
2018-05-26 14:50:49 +03:00
parent ee033e9c9c
commit dcbcff41dc
4 changed files with 4 additions and 11 deletions

View File

@ -179,7 +179,6 @@ void CVCMIServer::run()
#else
CAndroidVMHelper vmHelper;
vmHelper.callStaticVoidMethod(CAndroidVMHelper::NATIVE_METHODS_DEFAULT_CLASS, "onServerReady");
vmHelper.Detach();
#endif
}