mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: App Crash on Download
This commit is contained in:
parent
98a274dcc5
commit
5f64a8f071
@ -216,7 +216,10 @@ class DownloadService : ConnectionService<DownloadService.Binder>() {
|
|||||||
.Builder(this, Common.NOTIFICATION_CHANNEL_DOWNLOADING)
|
.Builder(this, Common.NOTIFICATION_CHANNEL_DOWNLOADING)
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setSmallIcon(android.R.drawable.stat_sys_warning)
|
.setSmallIcon(android.R.drawable.stat_sys_warning)
|
||||||
.setColor(getColorFromAttr(R.attr.colorAccent).defaultColor)
|
.setColor(
|
||||||
|
ContextThemeWrapper(this, R.style.Theme_Main_Light)
|
||||||
|
.getColorFromAttr(R.attr.colorAccent).defaultColor
|
||||||
|
)
|
||||||
.setContentIntent(
|
.setContentIntent(
|
||||||
PendingIntent.getBroadcast(
|
PendingIntent.getBroadcast(
|
||||||
this,
|
this,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user