Skip to content

Commit 91ac3aa

Browse files
committed
Upload file
1 parent 34151e2 commit 91ac3aa

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -443,13 +443,7 @@ class DialogHelper {
443443
setBackgroundDrawable(d)
444444
}
445445
} catch (_: java.lang.Exception) {
446-
if (isNightMode(context)) {
447-
val d = Color.argb(255, 18, 18, 18).toDrawable()
448-
setBackgroundDrawable(d)
449-
} else {
450-
val d = Color.argb(255, 245, 245, 245).toDrawable()
451-
setBackgroundDrawable(d)
452-
}
446+
setBackgroundDrawable(Color.TRANSPARENT.toDrawable())
453447
}
454448
}
455449
}

0 commit comments

Comments
 (0)