Merge branch 'master' of ssh://git.finogeeks.club:2222/mop-mobile/mop-flutter-sdk
commit
6cf685951b
|
@ -91,6 +91,6 @@ kapt {
|
|||
}
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.finogeeks.lib:finapplet:2.13.71'
|
||||
implementation 'com.finogeeks.lib:finapplet:2.13.44'
|
||||
implementation 'com.finogeeks.mop:plugins:0.0.27'
|
||||
}
|
|
@ -159,7 +159,7 @@ public class AppletHandlerModule extends BaseApi {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onRegisteredMoreMenuItemClicked(@NotNull String s, int i) {
|
||||
public void onRegisteredMoreMenuItemClicked(@NotNull String s,String path, int i) {
|
||||
Map<String, Object> params = new HashMap<>();
|
||||
params.put("appId", s);
|
||||
params.put("menuId", i);
|
||||
|
|
Loading…
Reference in New Issue