mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 11:17:25 +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)
|
return new NotificationCompat.Builder(this, NotificationUtils.CHANNEL_SUBMIT_POST)
|
||||||
.setContentTitle(getString(stringResId))
|
.setContentTitle(getString(stringResId))
|
||||||
.setContentText(getString(R.string.please_wait))
|
.setContentText(getString(R.string.please_wait))
|
||||||
.setSmallIcon(R.mipmap.ic_launcher_round)
|
.setSmallIcon(R.drawable.ic_notification)
|
||||||
|
.setColor(getResources().getColor(R.color.notificationIconColor))
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user