Skip to content

Commit 6665937

Browse files
committed
Upload file
1 parent b909e75 commit 6665937

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/main/java/com/omarea/common/ui/DialogHelper.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,10 @@ class DialogHelper {
431431
return
432432
} else {
433433
if (wallpaperMode || isNightMode(context)) {
434-
val d = Color.argb(100, 18, 18, 18).toDrawable()
434+
val d = bg.toDrawable()
435435
setBackgroundDrawable(d)
436436
} else {
437-
val d = Color.argb(100, 245, 245, 245).toDrawable()
437+
val d = bg.toDrawable()
438438
setBackgroundDrawable(d)
439439
}
440440
}

0 commit comments

Comments
 (0)