Fix #42 - Sending notification not removed

pull/95/head
Thomas 2 years ago
parent ac7dd0484d
commit e17e3207fa

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

Loading…
Cancel
Save