File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
android/src/main/java/cn/jiguang/plugins/verification Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## ChangeLog
44
5+ ### v 2.4.1
6+ - 修复了安卓设置隐私文字大小无效
7+
58### v 2.4.0
69- 更新了原生sdk版本
710- 增加获取验证码,设置前后两次获取验证码时间间隔的功能
Original file line number Diff line number Diff line change @@ -408,9 +408,9 @@ private void convertToConfig(ReadableMap readableMap){
408408 if (readableMap .hasKey (JConstans .PRIVACY_WEB_NAV_COLOR )){
409409 builder .setPrivacyNavColor (readableMap .getInt (JConstans .PRIVACY_WEB_NAV_COLOR ));
410410 }
411- if (readableMap .hasKey (JConstans .PRIVACY_WEB_NAV_TITLE_SIZE )){
412- builder .setPrivacyTextSize (readableMap .getInt (JConstans .PRIVACY_WEB_NAV_TITLE_SIZE ));
413- }
411+ // if(readableMap.hasKey(JConstans.PRIVACY_WEB_NAV_TITLE_SIZE)){
412+ // builder.setPrivacyTextSize(readableMap.getInt(JConstans.PRIVACY_WEB_NAV_TITLE_SIZE));
413+ // }
414414 if (readableMap .hasKey (JConstans .PRIVACY_WEB_NAV_TITLE_COLOR )){
415415 builder .setPrivacyNavTitleTextColor (readableMap .getInt (JConstans .PRIVACY_WEB_NAV_TITLE_COLOR ));
416416 }
Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "license" : " ISC" ,
77 "author" : " wicked.tc130" ,
8- "version" : " 2.4.0 " ,
8+ "version" : " 2.4.1 " ,
99 "repository" : {
1010 "type" : " git" ,
1111 "url" : " https://github.com/jpush/jverification-react-native"
You can’t perform that action at this time.
0 commit comments