fix: redundant !!

This commit is contained in:
drobotk 2026-03-15 20:36:00 +01:00
parent 6a5bf5b5c9
commit ff71535be7
No known key found for this signature in database
GPG key ID: 4B532DAB8340742C

View file

@ -184,7 +184,7 @@ internal fun baseCustomBrandingPatch(
"android:label",
if (useCustomName) {
// Use custom name everywhere.
customName!!
customName
} else {
// The YT application name can appear in some places alongside the system
// YouTube app, such as the settings app list and in the "open with" file picker.