Fix aidl callback empty space

This commit is contained in:
Chumva 2019-06-28 13:38:31 +03:00
parent fee14516d6
commit 7b53b87633

View file

@ -37,12 +37,12 @@ interface IOsmAndAidlCallback {
*/ */
void updateNavigationInfo(in ADirectionInfo directionInfo); void updateNavigationInfo(in ADirectionInfo directionInfo);
/** /**
* Callback for {@link IOsmAndAidlInterface} buttons set with addContextMenuButtons() method. * Callback for {@link IOsmAndAidlInterface} buttons set with addContextMenuButtons() method.
* *
* @param buttonId - id of custom button * @param buttonId - id of custom button
* @param pointId - id of point button associated with * @param pointId - id of point button associated with
* @param layerId - id of layer point and button associated with * @param layerId - id of layer point and button associated with
*/ */
void onContextMenuButtonClicked(in int buttonId, String pointId, String layerId); void onContextMenuButtonClicked(in int buttonId, String pointId, String layerId);
} }