From 32c9fd9b1d600411c9e53037e3df9bb1478da3c5 Mon Sep 17 00:00:00 2001 From: AKIRA TAKEDA Date: Mon, 28 Feb 2022 10:01:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=83=80?= =?UTF-8?q?=E3=82=A6=E3=83=B3=E3=83=AD=E3=83=BC=E3=83=89=E5=AE=8C=E4=BA=86?= =?UTF-8?q?=E5=BE=8C=E3=80=81=E3=83=93=E3=83=A5=E3=83=BC=E3=82=A2=E3=81=8C?= =?UTF-8?q?=E8=87=AA=E5=8B=95=E3=81=A7=E8=B5=B7=E5=8B=95=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../atled/agileworks/view/ui/documentweb/DocumentWebDownload.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/jp/atled/agileworks/view/ui/documentweb/DocumentWebDownload.kt b/app/src/main/java/jp/atled/agileworks/view/ui/documentweb/DocumentWebDownload.kt index 96a30b59..630466cb 100644 --- a/app/src/main/java/jp/atled/agileworks/view/ui/documentweb/DocumentWebDownload.kt +++ b/app/src/main/java/jp/atled/agileworks/view/ui/documentweb/DocumentWebDownload.kt @@ -148,6 +148,8 @@ class DocumentWebDownloader(private val handlingFragment: Fragment, private val .setProgress(0, 0, false) .setAutoCancel(true) notificationManager.notify(NOTIFICATION_TAG, notificationId, progressNotificationBuilder.build()) + // 通知とは別に自動でビューア起動 + pendingIntent.send() }.onFailure { Log.e(TAG, "dowload failure: ", it) progressNotificationBuilder -- GitLab