From 4f6407a34c8552d7de5a79b88279f1254d0ba62d Mon Sep 17 00:00:00 2001 From: shenbinbin1990 <39513962+shenbinbin1990@users.noreply.github.com> Date: Thu, 24 May 2018 21:07:25 +0800 Subject: [PATCH] 2222 222 --- .../src/main/java/cn/hugeterry/updatefun/module/Download.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatefun/src/main/java/cn/hugeterry/updatefun/module/Download.java b/updatefun/src/main/java/cn/hugeterry/updatefun/module/Download.java index 41dc188..32cccff 100644 --- a/updatefun/src/main/java/cn/hugeterry/updatefun/module/Download.java +++ b/updatefun/src/main/java/cn/hugeterry/updatefun/module/Download.java @@ -85,7 +85,7 @@ public void handleMessage(Message msg) { .setContentText("下载进度:" + progress + "%"); notificationManager.notify(1115, builder.build()); } - break; + break;; case DOWN_OVER: if (UpdateKey.DialogOrNotification == 1) { ((DownLoadDialog) context).finish();