版本更新推送增加了一个“从不”的选项,修复微信好友分享不能扫描二维码问题

This commit is contained in:
khy
2016-11-24 17:19:23 +08:00
parent 64827028b5
commit 2dabd5492f
6 changed files with 34 additions and 18 deletions

View File

@ -144,9 +144,9 @@ public class DialogUtils {
}
public static void showPluginDialog(Context context, final ConfiremListener listener) {
Spanned spanned = Html.fromHtml("您将进行插件化安装以实现插件功能,此过程将"
Spanned spanned = Html.fromHtml("您将进行插件化安装以实现插件功能此过程将"
+ "<font color=\"#ff0000\">卸载</font>" + "当前使用的版本并"
+ "<font color=\"#ff0000\">安装插件版本</font>" + "");
+ "<font color=\"#ff0000\">安装插件版本</font>");
showWarningDialog(context, "插件化安装", spanned, listener);
}