forked from organicmaps/organicmaps
[android] Fixed warning
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
c6df7280ba
commit
611428b38a
1 changed files with 4 additions and 2 deletions
|
@ -303,8 +303,10 @@ extern "C"
|
|||
search::ViewportSearchParams vparams{
|
||||
jni::ToNativeString(env, bytes),
|
||||
jni::ToNativeString(env, lang),
|
||||
{}, // default timeout
|
||||
static_cast<bool>(isCategory)
|
||||
{}, // Default timeout
|
||||
static_cast<bool>(isCategory),
|
||||
{}, // Empty m_onStarted callback
|
||||
{}, // Empty m_onCompleted callback
|
||||
};
|
||||
|
||||
// TODO (@alexzatsepin): set up vparams.m_onCompleted here and use
|
||||
|
|
Loading…
Add table
Reference in a new issue