mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
likely fix for white popups on ipad (#265)
This commit is contained in:
@@ -36,8 +36,8 @@ class SPTEncorePopUpContainerHook: ClassHook<UIViewController> {
|
||||
return orig.containedView()
|
||||
}
|
||||
|
||||
func supportedInterfaceOrientations() -> UIInterfaceOrientationMask {
|
||||
func viewDidAppear(_ animated: Bool) {
|
||||
orig.viewDidAppear(animated)
|
||||
containedView().uiView().backgroundColor = UIColor(Color(hex: "#242424"))
|
||||
return orig.supportedInterfaceOrientations()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user