summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 00:26:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-16 00:26:34 +0000
commit94fd9bc925bf0ac1e07f15f787a5b793a91b8ff5 (patch)
tree201c14009cd264d034ab3e7c298b111f7693715b
parent86e056068233f59ded347cb099506ad733a78f2f (diff)
parenta5dca5ea91667d1a880a8851b953fdefb1229e9b (diff)
downloadCalendar-platform-tools-32.0.0.tar.gz
Merge "Snap for 8005954 from 003e0f8c3ad52da31bc2dc91ad3bef768723303f to sdk-release" into sdk-releaseplatform-tools-32.0.0
-rw-r--r--src/com/android/calendar/alerts/AlertReceiver.kt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/calendar/alerts/AlertReceiver.kt b/src/com/android/calendar/alerts/AlertReceiver.kt
index 31750065..21afa90c 100644
--- a/src/com/android/calendar/alerts/AlertReceiver.kt
+++ b/src/com/android/calendar/alerts/AlertReceiver.kt
@@ -45,12 +45,6 @@ class AlertReceiver : BroadcastReceiver() {
if (AlertService.DEBUG) {
Log.d(TAG, "onReceive: a=" + intent.getAction().toString() + " " + intent.toString())
}
- closeNotificationShade(context)
- }
-
- private fun closeNotificationShade(context: Context) {
- val closeNotificationShadeIntent = Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)
- context.sendBroadcast(closeNotificationShadeIntent)
}
companion object {