mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
superview
This commit is contained in:
@@ -17,7 +17,7 @@ class EncoreLabelHook: ClassHook<UIView> {
|
||||
|
||||
let label = Dynamic.convert(target.subviews.first!, to: UILabel.self)
|
||||
|
||||
if !(String(describing: target.superview?.superview?.superview) ~= "Primary") {
|
||||
if !(String(describing: target.superview?.superview?.superview?.superview) ~= "Primary") {
|
||||
label.textColor = .white
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user