summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {