File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/atom/letmein Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ class MainActivity : AppCompatActivity() {
128128 .setAutoCancel(false )
129129 .setOngoing(true )
130130 .setOnlyAlertOnce(true )
131- .setColor(Color .MAGENTA )
131+ .setColor(Color .rgb( 55 , 0 , 179 ) )
132132 .style = Notification .BigTextStyle ()
133133 .bigText(description)
134134 notificationManager.notify(code, builder.build())
@@ -149,7 +149,7 @@ class MainActivity : AppCompatActivity() {
149149 .setLargeIcon(BitmapFactory .decodeResource(this .resources, R .drawable.csh_logo))
150150 .setContentTitle(subject)
151151 .setContentText(description)
152- .setColor(Color .MAGENTA )
152+ .setColor(Color .rgb( 55 , 0 , 179 ) )
153153 .style = Notification .BigTextStyle ()
154154 .bigText(description)
155155 notificationManager.notify(code, builder.build())
You can’t perform that action at this time.
0 commit comments