插件化安装按钮显示背景修改,下载添加是否是插件字段
This commit is contained in:
@ -98,11 +98,6 @@ public class DialogUtils {
|
||||
});
|
||||
}
|
||||
|
||||
public static void showUninstallDialog(final Context context, final ConfiremListener listener) {
|
||||
showWarningDialog(context, "卸载", "您已安装了官方原版,该版本与插件版本冲突,是否卸载官方原版?",
|
||||
"忽略", "卸载", listener, null);
|
||||
}
|
||||
|
||||
public static void showWarningDialog(Context context, String title, CharSequence msg, final ConfiremListener listener) {
|
||||
showWarningDialog(context, title, msg, "取消", "确定", listener, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user