mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix #42 - Sending notification not removed
This commit is contained in:
parent
ac7dd0484d
commit
e17e3207fa
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ public class PostMessageService extends IntentService {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
notificationManager.cancel(NOTIFICATION_INT_CHANNEL_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue