mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Fixed notification for SubmitPostService.
This commit is contained in:
parent
942e2d52a4
commit
2133231d52
@ -122,7 +122,8 @@ public class SubmitPostService extends Service {
|
||||
return new NotificationCompat.Builder(this, NotificationUtils.CHANNEL_SUBMIT_POST)
|
||||
.setContentTitle(getString(stringResId))
|
||||
.setContentText(getString(R.string.please_wait))
|
||||
.setSmallIcon(R.mipmap.ic_launcher_round)
|
||||
.setSmallIcon(R.drawable.ic_notification)
|
||||
.setColor(getResources().getColor(R.color.notificationIconColor))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user