删除部分todo

This commit is contained in:
kehaoyuan
2018-11-15 10:41:10 +08:00
parent 08fe5e8f83
commit ca5a34e09d
13 changed files with 12 additions and 56 deletions

View File

@ -328,7 +328,6 @@ public class DialogUtils {
}
public static void showWarningDialog(Context context, String title, CharSequence msg, final ConfirmListener listener) {
//TODO fix this
if (!(context instanceof Activity)) {
return;
}