This commit is contained in:
tom5079
2020-09-08 20:04:12 +09:00
parent 59347ab317
commit fe02abc9e8
8 changed files with 17 additions and 34 deletions

View File

@@ -325,6 +325,8 @@ fun xyz.quaver.pupil.util.downloader.DownloadManager.migrate() {
.mActions.clear()
notificationManager.notify(R.id.notification_id_import, notification.build())
unregisterReceiver(receiver)
kotlin.runCatching {
unregisterReceiver(receiver)
}
}
}