REQ-3201: mask phone
This commit is contained in:
parent
8859c715f9
commit
33d590837c
@ -128,9 +128,8 @@ class CardParser {
|
||||
if (RouterCategoryEnum.ACTION.equals(button.getCategory())) {
|
||||
AppLink appLink = new AppLink(TerminalTypeEnum.WEB_VIEW.name(), button.getApiUrl());
|
||||
imButton.setActionPaths(Collections.singletonList(appLink));
|
||||
} else {
|
||||
if (button.getUrlConfig().hasUrl())
|
||||
imButton.setActionPaths(getNativeAppLinks(button.getUrlConfig()));
|
||||
} else if (button.getUrlConfig().hasUrl()) {
|
||||
imButton.setActionPaths(getNativeAppLinks(button.getUrlConfig()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user