mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 13:23:56 +00:00
???
This commit is contained in:
@@ -11,9 +11,10 @@ class NotificationClickReceiver : BroadcastReceiver() {
|
||||
override fun onReceive(context: Context, intent: Intent?) {
|
||||
|
||||
context.getSharedPreferences("Dantotsu", Context.MODE_PRIVATE).edit()
|
||||
.putBoolean("incognito", false)
|
||||
.apply()
|
||||
val notificationManager = context.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
|
||||
.putBoolean("incognito", false)
|
||||
.apply()
|
||||
val notificationManager =
|
||||
context.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
|
||||
notificationManager.cancel(INCOGNITO_CHANNEL_ID)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user