Fix #42 - Sending notification not removed

This commit is contained in:
Thomas 2022-05-09 16:26:44 +02:00
parent ac7dd0484d
commit e17e3207fa
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ public class PostMessageService extends IntentService {
}
}
notificationManager.cancel(NOTIFICATION_INT_CHANNEL_ID);
}
}