fix: redundant !!
This commit is contained in:
parent
6a5bf5b5c9
commit
ff71535be7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue