forked from organicmaps/organicmaps
[android] Renamed jni method
This commit is contained in:
parent
0f6e797f4c
commit
67f075e37f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Java_com_mapswithme_maps_metrics_UserActionsLogger_nativeTipShown(JNIEnv * env,
|
|||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_metrics_UserActionsLogger_BookingFilterUsed(JNIEnv * env, jclass clazz)
|
||||
Java_com_mapswithme_maps_metrics_UserActionsLogger_nativeBookingFilterUsed(JNIEnv * env, jclass clazz)
|
||||
{
|
||||
eye::Eye::Event::BookingFilterUsed();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue