Skip to content

Commit

Permalink
#719 close notification drawer after is has been pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Jul 6, 2021
1 parent 2078469 commit 81ce9d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ class NotificationClickReceiver : BroadcastReceiver() {
intent ?: return

ServiceLocator.notificationAdapter(context).onReceiveNotificationActionIntent(intent)

Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS).apply {
context.sendBroadcast(this)
}
}
}

0 comments on commit 81ce9d3

Please sign in to comment.